Instructor: Matilda Asuzu
Contact: matildadigital+edu@gmail.com
Practice: Create a variable name appropriate for holding the number of students in a class.
Use the print() function
Example:
print(my_variable)
print("Using the print function")
Practice: Use the print() function to display the words "Hello, world".
Practice: Display a customized greeting using a name stored in a variable. Feel free to be creative!
Research the different types of data that can be stored in Python variables. Then write some code that stores each data type in a variable. Print each variable.