parameter

0

Write a function called square_odd that has one parameter. Your function must calculate the square of each odd number in a list. Return a Python 3 list containing the squared values Challenge yourself: Solve this problem with a list comprehension!

By Beginner Donald Beier at Feb 06 2020

0

Write a function isRed() that accepts a string parameter and looks for the presence of the word ‘red’ in the string. If it is found, return boolean True otherwise False. Finally output the result of calling the function with the value in text.

By Wooden Hammer Docteur SEO at Feb 03 2020

2

angular viewchild second parameter

By Beginner Olive Koss at Feb 01 2020

4

javascript pass function as parameter

By Beginner Lawal Victor at Jul 30 2019

2

javascript set query parameter

By Wooden Hammer Theresa Schultz at Jul 16 2019

4

javascript get query parameter

By Wooden Hammer Teresa Weimann at Jun 26 2019

10

javascript pass parameter to event listener

By Wooden Hammer Melba Smitham at Jun 20 2019


Related code examples


Code examples by languages