How do i print code in different lines in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i print code in different lines in python

https://code.sololearn.com/c8DNTM3duU2C/?ref=app

31st Mar 2019, 6:18 AM
N Singh
N Singh - avatar
2 Answers
+ 3
hi, use input(‘enter name \n’)
31st Mar 2019, 9:08 AM
Lothar
Lothar - avatar
+ 1
Use print('enter name \n');
31st Mar 2019, 6:22 AM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar