Discuss / Python / python学习作业

python学习作业

Topic source

___波子

#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!\'\'\'')

___波子

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

print('''n=123\nf=456.789\ns1=\'Hello,world\'\ns2=\'Hello,\\'Adam\\'\'\ns3=r\'Hello,\"Bart\"\'\ns4=r\'\'\'Hello,\nLisa!\'\'\'''') 尝试整合成一句


  • 1

Reply