Devlog Update:I am at the very beginning of my journey learning Python and general programming! In this session, I created my first Python script (nasaproject.py) to practice the fundamentals.Here is what I covered in this code:Variables & Multiple Assignment: Learning how to declare multiple variables in a single line (e.g., name, age).Data Structures (Lists): Defining lists ([]) to store sequence data like names, and understanding how they can hold multiple elements.Data Types & Indexing: Checking variable data types using type() and accessing specific list items using zero-based index numbers (e.g., names[3]).
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.