Discuss / Python / 作业

作业

Topic source

自己摸索的,也不知道对不对。

print('123') print('456.789') print("'Hello,World'") print("'Hello,","\\'Adam\\''") s4 = 'r\'\'\'Hello,\nLisa!\'\'\'' print(s4)


  • 1

Reply