name = “Mike” age = 14 print(“my name is ” + name + ” and I am ” + age + ” years old”)
when i addd quotation marks arounf the number fourteen it works, but from what ive seen it should work without it just fine. i barely just started so i really dont know
submitted by /u/Vxnylla
[link] [comments]
r/learnpython name = “Mike” age = 14 print(“my name is ” + name + ” and I am ” + age + ” years old”) when i addd quotation marks arounf the number fourteen it works, but from what ive seen it should work without it just fine. i barely just started so i really dont know submitted by /u/Vxnylla [link] [comments]
name = “Mike” age = 14 print(“my name is ” + name + ” and I am ” + age + ” years old”)
when i addd quotation marks arounf the number fourteen it works, but from what ive seen it should work without it just fine. i barely just started so i really dont know
submitted by /u/Vxnylla
[link] [comments]