name = "Juan Dela Cruz"age = 20gpa = 89.5 print(f"My name is (name). I am (age) years old, and my GPA is {gpa:.2f}.")
Standard input is empty
My name is (name). I am (age) years old, and my GPA is 89.50.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!