Discuss / Python / excercise

excercise

Topic source

Matthew

#1 Created at ... [Delete] [Delete and Lock User]

print('n=123')

print('f=',456.789)

print("s1='hello,world'")

print("s2='hello,\\'adam\\''")

print("s3=r\'hello,\"bart\"\'")

print("s4=r'''hello, \nlisa!'''")


  • 1

Reply