Simple types / Strings

str_v = "7" * 3
# str_v is "777"
print(f"{str_v = }")