Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9).
INPUT:
OUTPUT:
THANK YOU..!!💫
Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9).
INPUT:
Write a Python program to create a singly linked list, append some items and iterate through the list.
Write a simple Python class named Student and display its type. Also, display the __dict__ attribute keys and the value of the __module__ attribute of the Student class.
0 Comments