CodeNewbie Community 🌱

Discussion on: How do I create a variable in Python?

Collapse
 
bandeirademelo profile image
Bandeira

One of the coolest things about python is how simples it's syntax is:

name_of_variable = value

cat = "Jack"