python write

1

write a program to input a number and display its double and half values using shift operator in python

By Beginner Iron Man at May 12 2020

0

Write a Python program to change a given string to a new string where the first and last chars have been exchanged.

By Beginner Lloyd Fadel at Apr 07 2021

0

python Write code that asks users to enter the year they were born. Print out how many years old they will turn in 2019.

By Beginner Herman Willms at Dec 06 2020

0

write a python program that calculates the sum of two given integers within the range [0...9] and prints the answer to the terminal.

By Wooden Hammer Holly Gerhold at Jun 01 2021

1

Write a Python Program to implement your own myreduce() function which works exactly like Python's built-in function reduce()

By Beginner Sara Auer at Sep 14 2020

0

Python Write a program that asks the user to enter 3 numbers. Create variables called total and average that hold the sum and average

By Beginner Hazel Kshlerin at Feb 25 2021

1

Write a Python program using function concept that maps list of words into a list of integers representing the lengths of the corresponding words

By Beginner syeddeveloper at Dec 01 2020

0

Write a Python program to get a single string from two given strings, separated by a space and swap the first two characters of each string.

By Beginner Lloyd Fadel at Apr 07 2021

0

Write a Python program to accept two strings as input and check if they are identical copy of each other or if the second string is a substring of the first string.

By Wooden Hammer Barbara Torp at Jun 18 2020

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


Related code examples


Code examples by languages