If indentation | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

If indentation

Means there must be indentation ( whitespace as we used { ...... } in many languages ) in python. Is it correct?

26th Jan 2018, 1:30 PM
Sagar Joshi
Sagar Joshi - avatar
1 Réponse
+ 3
Yes. This is incorrect: if True: # statements This, however, is: if True: # statements
26th Jan 2018, 2:34 PM
LunarCoffee
LunarCoffee - avatar