is number python

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 Python program which iterates the integers from 1 to 50. For multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz"

By Beginner sinon at Jul 15 2021

-1

count a number of file in a folder python

By Beginner Code with bulbul at Apr 16 2021

-1

check number of digits after decimal python

By Beginner Eugene Green at Feb 03 2021

-1

first n prime number finder in python

By Wooden Hammer Hazel Hyatt at Nov 17 2020

-1

prime number program in python print 1 to 100

By Stone Hammer Matthew Brakus at Feb 27 2021

-2

python check if input is a number

By Beginner Alberta Prosacco at Jul 21 2020

-2

check if a number is prime python

By Beginner Mercedes Zboncak at Sep 13 2020

-2

how to select number by twos in a list python next to each

By Beginner Daryl Ward at Aug 04 2020


Related code examples


Code examples by languages