Menu
Coddy logo textTech

Assigning a Number String

Lesson 3 of 19 in Coddy's Into the Past || Complete Beginner for Python Strings course.

Assign

challenge icon

Challenge

Easy

In 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 below

All lessons in Into the Past || Complete Beginner for Python Strings