字符串前加 f(重点!敲黑板!) 作用:相当于 format() 函数 name = "帅哥" age = 12 print(f"my name is {name},age is {age}") 执行结果 my name is 帅哥,age is 12 字符串前加 r r"" 的作用是:去除转义字符 场景:想复制某个文件夹的目录,假设是 F:\Python_Easy\n4\test.py 当你不用 r"" ,你有三种写法 p
F - City Game Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Bob is a strategy game programming specialist. In his new city building game the gaming environmentis as follows: a city is built up by areas, in which there are str