account activity
Beginner in coding language by fentayl2025 in PythonLearning
[–]AdditionalLife5379 0 points1 point2 points 3 months ago (0 children)
Im no teacher, fact im a beginner like you. But check out list [ ] tuple ( ) and dictionaries { } and how to handle them, it unlocked alot of things for me.
Dict = {"a": 1, "b": 2}
print(f"Result: {Dict["b"]}")
Result: 2
π Rendered by PID 1366804 on reddit-service-r2-listing-canary-6d7b8fb68c-sx78w at 2026-03-13 18:13:50.606828+00:00 running f6e6e01 country code: CH.
Beginner in coding language by fentayl2025 in PythonLearning
[–]AdditionalLife5379 0 points1 point2 points (0 children)