CSE 6040X Solution_ Notebook 1 _ Module 0_ Fundamentals (bootcamps) _ FA23_ Computing for Data analysis Georgia Institute Of Technology
CSE 6040X Solution_ Notebook 1 _ Module 0_ Fundamentals (bootcamps) _ FA23_ Computing for Data analysis Georgia Institute Of Technology Important note! Before you turn in thislab notebook, make sure everything runs as expected: First, restartthe kernel -- in themenubar,select Kernel Restart. Then run all cells-- in the menubar,select Cell Run All. Make sure you fill in any place thatsays YOUR CODEHEREor "YOUR ANSWER HERE." Python review: Values, variables, types, lists, and strings These first few notebooks are a set of exercises with two goals: 1. Review the basics of Python 2. Familiarize you with Jupyter Study hint: Read the test code! You'll notice that most ofthe exercises below have a place for you to code up your answer followed "test cell." That's a code cell that checks the output of your code to see whether it appears to produce correct results. You can often lot by reading the test code. In fact, sometimes it gives you a hint about how to approach the problem. As such, we encourage you to read the test cells even if they seem cryptic, which is deliberate! Exercise 0 (1 point). Run the code cell below. Itshould display the outputstring, Hello, world!. In [1]: Grade cell: hello_world_test print("Hello, world!") Score: 1.0 / 1 Hello, world!
Written for
- Institution
-
Georgia Institute Of Technology
- Course
-
CSE 6040X
Document information
- Uploaded on
- January 12, 2024
- Number of pages
- 26
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
cse 6040x solution notebook 1
-
cse 6040x solution notebook
-
cse 6040x solution notebook 1 module 0
-
cse 6040x computing for data analysis