Window width: 700
When you draw your flags, pass the user's chosen value to the flag functions instead of 600.import sys
sys.exit('Error: Window size should be between 100 and 1000.')
Which national flag(s) do you want to draw? - Japan - Bangladesh - France - Russia - Sudan Name your country:
Next you will modify your program so that the user can type multiple country names on a line. For example:
Which national flag(s) do you want to draw?
- Japan
- Bangladesh
- France
- Russia
- Sudan
Name your countries: jaPan FRANCE
Here's what you will need to do:
Name your countries: JapaN CS115istan CS115land Russia Press ENTER to close the flag window. Error: CS115istan is not a valid country. Error: CS115land is not a valid country. Press ENTER to close the flag window.