Skip to content
Programming is like sex. One mistake and you have to support it for the rest of your life.
FcukTheCode

Calculate the cube root of the user…[Python3]FTC

  • Post category:Python
  • Post comments:0 Comments

Calculate the cube root of the user input by using python program.Input: Get the integer number as input. Output: Print the…

Continue ReadingCalculate the cube root of the user…[Python3]FTC

Python Program to Read a number n and Compute n+nn+nnn[Python3]…-FTC

  • Post category:Python
  • Post comments:0 Comments

Compute Number=int(input()) Sum=0 for i in range(0,3): num=Number for j in range(0,i): num*=Number Sum=Sum+num print(Sum) INPUT_1:           5OUTPUT: …

Continue ReadingPython Program to Read a number n and Compute n+nn+nnn[Python3]…-FTC

FTC- Number Combinations in python

  • Post category:Python
  • Post comments:0 Comments

Python Program to Accept Three Digits and Print all Possible Combinations from the Digits. A=list(map(str,input("Enter the Combinations: ").split())) alnum=A[0]+A[1]+A[2] for i…

Continue ReadingFTC- Number Combinations in python

Note To Frequency – C NOTE…-FTC

  • Post category:Python
  • Post comments:0 Comments

The following table lists an octave of music notes, beginning with middle C, along with their frequencies. Note Frequency (Hz) C4…

Continue ReadingNote To Frequency – C NOTE…-FTC

Replace every element with the greatest element on right side…-FTC

  • Post category:Python
  • Post comments:0 Comments

Write a program to replace every element with the greatest element on right side A = list(map(int,input("Enter the numbers: ").split())) #map…

Continue ReadingReplace every element with the greatest element on right side…-FTC

Write a program to find the biggest even number [Python]…-FTC

  • Post category:Python
  • Post comments:0 Comments

Write a program to find the biggest even number from the given input.Input: Positive numbersOutput: Display the largest even number. tot=int(input("Enter…

Continue ReadingWrite a program to find the biggest even number [Python]…-FTC

Armstrong Number in python[FcukTheCode]…FTC

  • Post category:Python
  • Post comments:0 Comments

num = int(input("Enter a number: ")) sum = 0 temp = num while temp > 0: digit = temp % 10…

Continue ReadingArmstrong Number in python[FcukTheCode]…FTC

Alice was bored that day, so she was sitting on…..-FTC

  • Post category:Python
  • Post comments:0 Comments

Alice was bored that day, so she was sitting on the riverbank .Suddenly she notices a talking, White Rabbit with a…

Continue ReadingAlice was bored that day, so she was sitting on…..-FTC
  • Go to the previous page
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
Copyright - OceanWP Theme by OceanWP