how to program

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

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

a program where you get two numbers as a lower limit and upper limit. Display all the even numbers between lower and upper limit

By Double Stone Hammer Earl Gleichner at Sep 30 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 program to convert a number entered by the user into its corresponding number in words. For example, if the number is 876, then the output should be ‘Eight Seven Six’

By Beginner Lillie Lockman at May 23 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


Related code examples


Code examples by languages