0
How I print a single line but when i have two print()
print ("Line first") print ("Line secound") OUTPUT Line fist Line secound '''How I can get this?'''
2 Respostas
+ 1
Thankq
print ("Line first") print ("Line secound") OUTPUT Line fist Line secound '''How I can get this?'''