Discuss / Python / 。。。

。。。

Topic source

留白A_Z

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

print('''# -- coding: utf-8 -- n = 123 f = 456.789 s1 = \'Hello,World\' s2 = \'Hello,\\'Adam\\'\' s3 = r'Hello,"Bart"' s4 = r\''' hello, Lisa!\''' ''')


  • 1

Reply