Discuss / Python / 作业

作业

Topic source

wwdx0001

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

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


  • 1

Reply