Discuss / Python / day3

print('''n=123

f=456.789

s1='hello,world'

s2='hello,\\'adam\\''

s3=r\'hello,\"bart\"\'

s4=r\'\'\'hello,

lisa!\'\'\'''')


  • 1

Reply