💻 Coding is fun. 👍 Python fundamentals is about variables, strings, arrays, conditionals, methods, objects and classes.😄 Just like any language ❤️ python basics is similar.
Variables are values of items used in programs.
Strings are used for text
Lists are collection of values of same or different types. :hammmer:
Tuples are collection of unique values. 🙏
Simlar to objects in Js.
Conditional is used to provide logic 🧠 to programs if: elif: else:
for in :