Discuss / Python / 2015.12.16

2015.12.16

Topic source

Gussun

#1 Created at ... [Delete] [Delete and Lock User]
print('''n=123
f=456.123
s1='Hello,world'
s2='hello,\\'Adam\\''
s3=r'Hello,"Bart"'
s4=r\'\'\'Hello,
Lisa!\'\'\'
''')

  • 1

Reply