0
How Can I print "/\/\/\/\/\" in python3
7 Answers
+ 16
D_Stark thats the legend way of doing it đđ
Pushkar Singh Bisht For doing it in normal way, you can print("/\\"*6)
+ 11
"/\\/\\/\\/\\/\\"
+ 6
Gaurav Agrawal The legend way haha đ your way is much better đ
+ 5
ASCII 47 and 92 corresponds to / and \. Just in case anyone feels like doing this a different way, although there's no reason to it.
+ 3
print("/\\"*5)
+ 3
How about just "AAAAA"?
0
like this
print("/\/\/\/\/\")