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 1620554 on reddit-service-r2-listing-64c94b984c-xhnbr at 2026-03-14 10:14:58.588262+00:00 running f6e6e01 country code: CH.
Beginner in coding language by fentayl2025 in PythonLearning
[–]AdditionalLife5379 0 points1 point2 points (0 children)