About the Club
x = 10
print(x)
y = "Coding" print(y)
name = "Mike" Name = "Mike D" NAME = "Mike D in the place to be" print(NAME) print(name) print(Name)