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