def print_greeting(name):
print('Hello', name)
print_greeting("Bruce Wayne")

) Programming: Return and Print M Finst Back 22.1) Print greeting (o/s completed) NtLast BlockPy: #22.1)...
Saved BlockPy: #33.8) Maximum Odd Use the Min/Max pattern to write a function maximum_odd that finds the highest odd value in the list (consumes a list of numbers and returns a number). Use the provided helper function is_odd (that consumes a single number and returns a boolean indicating whether it is true or false). Do not change the helper function is_odd. Call your maximum_odd function on your favorite list of numbers. Server Execution: Idle Feedback: Ready Console Run "Blocks 艹Split...
Python
Programming 18- Calling Functions 2 K First < Back #18.1) A Dashing Name (2/5 completed) Next > Last BlockPy: #18.1) A Dashing Name While organizing your MP3 collection, you discovered that all of the spaces in the filenames were replaced with "-". Using the String functions reference page, use the replace function to fix and then print the string value stored in the variable filename below. Console: View Trace Feedback: Algorithm Error Unused Variable The variable filename was given...
BlockPy: #33.8) Maximum Odd Use the Min/Max pattern to write a function maximum_odd that finds the highest odd value in the list (consumes a list of numbers and returns a number). Use the provided helper function is_odd (that consumes a single number and returns a boolean indicating whether it is true or false). Do not change the helper function is odd. Call your maximum_odd function on your favorite list of numbers Console Feedback: Instructor Feedback You cannot use the builtin...
18.1 Lab Lesson 11 (Part 1 of 1) Part of lab lesson 11 There in one part to lab lesson 11. The entire lab will be worth 100 points. Lab lesson 11 part 1 is worth 100 points For part 1 you will have 80 points if you enter the program and successfully run the program tests. An additional 20 points will be based on the style and formatting of your C++ code. Style points The 20 points for coding...