
Tech Tutorials Hub
June 17, 2025 at 08:01 PM
🧪 Small Project 2: My Profile with Variables
💡 Task: Create a profile using variables.
# Write this
name = "Neymar de Neutrino"
age = 15
language = "Python"
print("My name is", name)
print("I am", age, "years old")
print("I am learning", language)
❤️
1