Discuss / Python / bh打卡day1

bh打卡day1

路由跳变

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

print(123)

print(456.789)

print('Hello, world')

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

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

print(r'''Hello,

Lisa!''')


  • 1

Reply