179k views
0 votes
Define and call a simple function yell_it()

yell_it() prints the phrase with "!" concatenated to the end
takes no arguments
indented function code does the following
define a variable for called phrase and initialize with a short phrase
prints phrase as all upper-case letters followed by "!"
call yell_it at the bottom of the cell after the function def (Tip: no indentation should be used)

User WillamS
by
4.8k points

1 Answer

2 votes

Answer:

181

Step-by-step explanation:

to increase your life

User Geeky Guy
by
4.6k points