I cant get a line feed in python three. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I cant get a line feed in python three.

Hi guys I try to get a line feed in python three with(\n) and that desnt work whats the problem.my pythons version is 3.8.1 plz help.

5th Jan 2020, 1:14 PM
mahdi
2 Answers
+ 6
print("\n")
5th Jan 2020, 2:01 PM
‎‫omri
‎‫omri - avatar
+ 3
1. "\n" not \n 2. Python3 not Python three
5th Jan 2020, 1:23 PM
Aymane Boukrouh
Aymane Boukrouh - avatar