Page 1 of 1

Define a function named display_banner() which prints a banner as shown in the example below: For example: Test Result d

Posted: Thu May 26, 2022 9:35 am
by answerhappygod
Define A Function Named Display Banner Which Prints A Banner As Shown In The Example Below For Example Test Result D 1
Define A Function Named Display Banner Which Prints A Banner As Shown In The Example Below For Example Test Result D 1 (14 KiB) Viewed 24 times
Define a function named display_banner() which prints a banner as shown in the example below: For example: Test Result display_banner() WORD GUESSING GAME Answer: (penalty regime: 0 %) 1 Precheck Check
Define a function named congratulate (word) which takes a word as a parameter and prints a congratulatory message as shown in the example below: For example: Test Result congratulate('hello') GUESS THE WORD: hello **WELL DONE ** ==== Answer: (penalty regime: 0 %) 1 Precheck Check