Find error | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Find error

name, age, class="Anaya" ,12, 'VII' print("name is",name) print("Age is",age) print("Grade is",class)

11th Mar 2022, 8:36 AM
Ghhggg Ghhggghhh
1 Antwort
+ 2
Or use uppercase c, Class. Type this to know all keywords in python. help("keywords")
11th Mar 2022, 9:02 AM
Simba
Simba - avatar