7 Respostas
+ 10
In python you could use ';' to separate commands in the same line. Example:
print(1)
print(2)
print(3)
print(1);print(2);print(3)
+ 6
Thx friends🙏🙏
+ 5
I knew it but I was just questioning others. Simply a time pass
+ 4
😁😁😁😁😁
+ 2
Javier Felipe Toribio thanks for a new knowledge, i will prank my friend by making single line code.
+ 2
why dont you just do it to find out for yourself??
+ 1
just do it if you want to but you dont need it, Python is chill