Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Mod 1 Lab - Python Fundamentals This lab will walk you through the process of: navigating your computer s file structure create new files and
Mod Lab Python Fundamentals
This lab will walk you through the process of:
navigating your computers file structure create new files and folders
writing python code running python code
This lab is cooperative talk with your partner as you go through, and make sure you are progressing together. It is fine for only one person to be coding during lab while the other looks on and discusses whats happening this is called pair programming. Make sure to share the files at the end, since both lab partners must
submit individually to recieve credit. Part Setup your filesystem
All modern operating systems use a hierarchal file structure. We can think of this as a tree the top level directory, often referred to as root, contains all the files and folders on your computer. The exact names of various folders changes based on your operating system, but the general structure is a root directory which contains both the files necessary for various prorams to run and the files created and used by individual users:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started