You are browsing as a guest. Sign up (or log in) to start making projects!

AlanoudAlassaf

@AlanoudAlassaf

Joined June 17th, 2026

  • 1Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 39m 42s logged

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]).

0
0
32

Followers

Loading…