Your program will start by creating a dictionary called_guy_dict1 with the following keys: • name • age • scout rank • scout badges The name is Jimmer, the age is 23, the rank is Eagle, and the badges will be a blank list. After you create the dictionary you will prompt the user to enter the three badges. You will think print the raw dictionary.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Overview
Your program will start by creating a dictionary called_guy_dict1 with the following keys:
• name
• age
• scout rank
• scout badges
The name is Jimmer, the age is 23, the rank is Eagle, and the badges will be a blank list. After you create the dictionary you will prompt the user to enter the
three badges. You will think print the raw dictionary.
Expected Output
Example 1
I know Jimmer has three scout badges, what are they?
The first badge is: Archery
The econd badge is: Can
The third badge is: Covert Intel
{'name': 'Jimmer', 'age': 23, 'scout rank': 'Eagle', 'scout badges': ['Archery', 'Camping', 'Covert Intel']}
Specifications
• You should submit a single file called M4A4.py
• It should follow the submission standards outlined here: Submission Standards
• Your program should start by defining guy_dict1 as described above.
scout badges should start as an empty list and be filled by the user input.
• There should be no loops.
Tips and Tricks
It's as simple as it seems.
Transcribed Image Text:Overview Your program will start by creating a dictionary called_guy_dict1 with the following keys: • name • age • scout rank • scout badges The name is Jimmer, the age is 23, the rank is Eagle, and the badges will be a blank list. After you create the dictionary you will prompt the user to enter the three badges. You will think print the raw dictionary. Expected Output Example 1 I know Jimmer has three scout badges, what are they? The first badge is: Archery The econd badge is: Can The third badge is: Covert Intel {'name': 'Jimmer', 'age': 23, 'scout rank': 'Eagle', 'scout badges': ['Archery', 'Camping', 'Covert Intel']} Specifications • You should submit a single file called M4A4.py • It should follow the submission standards outlined here: Submission Standards • Your program should start by defining guy_dict1 as described above. scout badges should start as an empty list and be filled by the user input. • There should be no loops. Tips and Tricks It's as simple as it seems.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Dictionary
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education