Practice Quiz: Introduction to Python Post author:Devendra Kumar Post published: Post comments:0 Comments Practice Quiz: Introduction to Python 6. Fill in the correct Python command to put “My first Python program” onto the screen._____("My first Python program") Answers print(“My first Python program”) 7. Python is an example of what type of programming language? Answers General purpose scripting languageMachine LanguagePlatform-specific scripting languageClient-side scripting language 8. Convert this Bash command into Python:echo Have a nice day Answers print(“Have a nice day”) 9. Fill in the correct Python commands to put “This is fun!” onto the screen 5 times. for i in range(5): _____("This is fun!") Answers for i in range(5):print(“This is fun!”) 10. Why is Python relevant to IT? Select all that apply. Answers Python is used in fast-growing areas of IT, like machine learning and data analytics.Python works well as a scripting language for IT automation.Python scripts run on IT servers only.Python can be used to calculate statistics, run e-commerce sites, process images, interact with web services, and more. Previous Next Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Devendra Kumar Project Management Apprentice at Google You Might Also Like Week 2 – Foundations Of Project Management – Shuffle Q/A 4 The Transport and Application Layer – Shuffle Q/A 2 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.