Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Python Playground 🐍

4 members • $20/m

1 contribution to Python Playground 🐍
Strings Challenge
Today’s challenge is all about strings (text in Python). ✅ Instructions Create a variable called player_name with your name. Create another variable called favorite_game with your favorite video game. Print a sentence that combines both using a string. 📝 Example player_name = "Enrique" favorite_game = "Minecraft" # This line is being concatenated print("Hi, my name is " + player_name + " and my favorite game is " + favorite_game) 👉 Output: Hi, my name is Enrique and my favorite game is Minecraft!
0 likes • 1d
Thanks for the video!
1-1 of 1
Brianna Ontiveros
1
5points to level up
@brianna-ontiveros-4702
Brianna

Active 22h ago
Joined Sep 24, 2025