Python and Pandas for Data Engineering Week1

.docx

School

Grand Rapids Community College *

*We aren’t endorsed by this school

Course

247

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

4

Uploaded by ConstableWildcatMaster401

Report
Congratulations! You passed! Grade received 87.50% Latest Submission Grade 87.50% To pass 80% or higher Go to next item 1. Question 1 What is the result of the expression 1 1 ** 2 1 / 1 point Nothing 1 An error. 2 Correct Yes, that is correct! 2. Question 2 Which type of statement is used to output text? 1 / 1 point Assignment statements. Print statements. Import statements Correct Yes, that is correct! 3. Question 3 Which type of statement is used to bring another modules functionality into your workspace? 1 / 1 point Import statements assert statements print statements expression statements Correct Yes, that's right! 4. Question 4 What is the value of the variable a after this code is run: 1 2 a, b = 1 , 2 b, a = a, b 1 / 1 point 2 3 1 "b"
Correct Yes, that is right! 5. Question 5 Which is the correct output for the code 1 2 3 4 5 i = 0 while i < 5 : print (i) i = i + 1 1 / 1 point 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 0 1 2 3 4 1 2 3 4 5 6 0 1 2 3 4
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help