#CS-6207
Awesome StudentQuestion • Programming Languages with Compiler

What is the output of the following Python code?first_name = "Jeff" #first_name = "Sara" print(first_name)

Answer

Jeff