fork download
  1. your_name = input()
  2. print(f"Hello {your_name} from Python!")
  3.  
Success #stdin #stdout 0.03s 9592KB
stdin
William
stdout
Hello William from Python!