Discuss / Python / 作业

作业

Topic source

粉丝橙

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

n=123 print('n=',n) f=456.789 print('f=',f) s1='\'hello,world\'' print('s1=',s1) s2='\'hello,\\'Adam\\'\'' print('s2=',s2) print('s3=','r\''r'hello,"Bart"','\'') print('s4=','r\'\'\'''hello') print('Lisa!\'\'\'')


  • 1

Reply