Answers for "using format str with variable"

0

using format str with variable

name = input("What is your name")

print(f"hello, {name}")
Posted by: Guest on April-15-2022

Python Answers by Framework

Browse Popular Code Answers by Language