Assigning a Number String
Lesson 3 of 19 in Coddy's Into the Past || Complete Beginner for Python Strings course.
Assign
Challenge
EasyIn Python a character is a key on the keyboard, any key on the keyboard. If it is a character it can be a string or even a number.
Assign 35 as a string to the variable age
Remember it is a string not just a number!
Try it yourself
#write your code belowAll lessons in Into the Past || Complete Beginner for Python Strings
1String Assignment
What is a String?Assigning a StringAssigning a Number StringAssigning a Space String