You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API version 2 is set in the code snippet that's highlighted when on this
step
# Simple output
print("Hello, Link!")
# Input and basic string formatting (f-strings)
name = input("What is your name? ")
print(f"Hi, {name}. Welcome to Link!")
The API version 2 is set in the code snippet that's highlighted when on this
step