The program prompts user for the time of meal they will be having and a suggestion made on their behalf. The program is written in python 3 thus :
meal= input('your meal : ')
<em>#prompts</em><em> </em><em>user</em><em> </em><em>to</em><em> </em><em>enter</em><em> </em><em>a</em><em> </em><em>meal</em><em> </em><em>type</em><em> </em>
if meal == 'breakfast' :
<em>#check</em><em> </em><em>if</em><em> </em><em>it's</em><em> </em><em>breakfast</em><em> </em>
print('How about some Avocado')
elif meal == 'lunch' :
<em>#checks</em><em> </em><em>if</em><em> </em><em>it's</em><em> </em><em>lunch</em><em> </em>
print('like some grapes?')
else:
print('would rice be ok?')
<em>A</em><em> </em><em>sample</em><em> </em><em>run</em><em> </em><em>of</em><em> </em><em>the</em><em> </em><em>program</em><em> </em><em>is</em><em> </em><em>attached</em><em>.</em><em> </em>
<em>Learn</em><em> </em><em>more</em><em> </em><em>:</em><em>brainly.com/question/25531734</em>
A word wall is a technique or a literacy tools mainly used
by the students who are creating memorable experiences like in remembering of
new words in vocabulary. In schools, word wall is commonly placed on bulletin
boards where a collection of words are displays in visible letters.
Answer:
This program is written using Python programming language
The program doesn't make use of comments
See attachment for proper format of the program
def count_to_three():
print("One")
print("Two")
print("Three")
count_to_three()
Explanation:
The first line of the program defines the function count_to_three() with no parameters, passed to it
Line 2 to 4 of the program is indent and each line make use of print() function
Line 2 prints "One", Line 3 prints "Two" and Line 4 prints "Three" without quotes
The last line of the program calls the defined function
Answer:
The answer to this question is given below in the explanation section.
Explanation:
My laptop's current screen resolution is (1366 by 768 recommended). When you change your screen resolution, your pc automatically suggests the recommended screen resolution that helps you to view more information on your screen and enable you to fit the most information on the screen while still being able to read the display.
To change the screen resolution, you need to go through from the following steps:
- Right-click on empty space of desktop.
- As you right-click, a list of options will open, select "display setting" among them
- A new setting window will get open, at the left of the window, among given option, click on the first option i.e "display"
- The content of the display setting gets open in the right area of the window. scroll down and find the "Scale and Layout"
- under scale and layout, you can change your screen resolution while selecting the different screen resolution. However, it is good to select the recommended screen resolution based on your screen size.