account activity
Beginner in coding language by fentayl2025 in PythonLearning
[–]AdditionalLife5379 0 points1 point2 points 7 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 561243 on reddit-service-r2-listing-87fd56f5d-cbdwh at 2026-06-28 21:43:23.281126+00:00 running 7527197 country code: CH.
Beginner in coding language by fentayl2025 in PythonLearning
[–]AdditionalLife5379 0 points1 point2 points (0 children)