How to print semicolon without using semicolon | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to print semicolon without using semicolon

need to make a program in Python to print semicolon without using semicolon and ans is by using the ASCII value of semicolon but I m unable to write the code

16th Jan 2018, 5:13 PM
Tarun Singh Rawat
2 Antworten
+ 8
print(chr(59))
16th Jan 2018, 5:48 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
26th Jun 2020, 8:43 PM
Brijesh Paghdal
Brijesh Paghdal - avatar