s = "314" x = f"Math{s}" x
'Math314'
if []: print("s")
if [[]]: print("s")
s
if x: print("s")
if "": print("s")