[go: up one dir, main page]

0% found this document useful (0 votes)
13 views1 page

Python Crash Course, 3rd Edition2-049

Uploaded by

darkflux514
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Python Crash Course, 3rd Edition2-049

Uploaded by

darkflux514
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

of the information in a dictionary.

You learned to loop through a diction-


ary’s key-value pairs, its keys, and its values. You also learned how to nest
multiple dictionaries in a list, nest lists in a dictionary, and nest a dictionary
inside a dictionary.
In the next chapter you’ll learn about while loops and how to accept
input from people who are using your programs. This will be an exciting
chapter, because you’ll learn to make all of your programs interactive:
they’ll be able to respond to user input.

112 Chapter 6

You might also like