How to print semicolon without using semicolon | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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