What is the meaning of end=" " in python loop...?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the meaning of end=" " in python loop...??

5th Jun 2020, 6:39 PM
Bhavesh C. Patil
Bhavesh C. Patil - avatar
6 Answers
5th Jun 2020, 6:44 PM
Kiran Deep Naidu
Kiran Deep Naidu - avatar
+ 2
Thanks 😊👍
5th Jun 2020, 6:48 PM
Bhavesh C. Patil
Bhavesh C. Patil - avatar
+ 2
😊😊
5th Jun 2020, 6:54 PM
Kiran Deep Naidu
Kiran Deep Naidu - avatar
+ 1
It was used to print spaces instead of newlines. end is a keyword argument for print function, which defines what will be printed last, By default end="\n" and thus you normally get printed an additional newline when using print function.
5th Jun 2020, 6:43 PM
Seb TheS
Seb TheS - avatar
+ 1
This is most commonly used to prevent next line
5th Jun 2020, 6:55 PM
Namit Jain
Namit Jain - avatar
+ 1
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 Sorry actully i was seen your Pattern Challenge but it skip from my activity so i get idea if i will mention in discussion box where i can find your name so .
7th Jun 2020, 1:34 PM
A S Raghuvanshi
A S Raghuvanshi - avatar