How to print semicolon without using semicolon | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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