# Simple input example name = input("Enter your name: ") print(f"Hello, {name}!") for i in range(5): print(f"Count: {i}")