mayankjoin3

Triple quote f string

Jun 15th, 2022 (edited)
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. for i in range(1,51):
  2.   #print(f"""r{i}_email='$username' or""")
  3.   #print(f"""`r{i}_email` varchar(60) DEFAULT NULL,""")
  4.   #print(f"""`q{i}` int DEFAULT NULL,""")
  5.   print(f""",q{i}='$q{i}'""")
Add Comment
Please, Sign In to add comment