Discuss / Python / 作业

作业

Topic source

LisLit3

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

print('# -*- coding: utf-8 -*-')

print('n = 123')

print('f = 456.789')

print('s1 = \'Hello, world\'')

print('s2 = \'Hello,\\\'Adam\\\'\'')

print('s3 = r\'Hello, \"Bart\"\'')

print('s4 = r\'\'\'Hello,')


  • 1

Reply