0
Hello people, is it ok to always use the indentation with 5 spaces below "if", "else" or "elif"?
myexample = 'cantina' if myexample == 'cantinas': print("Same to cantinas") elif myexample == 'barras': print("Same to barras") elif myexample == 'cantina': print("Same to cantina") else: print("Let/'s go to other place")
1 Resposta
+ 1
Thank you ~ swim ~ , I'll keep that on mind.