basic python

Short Codes

TASK-1 Write a Python program that asks user to enter a character and check whether a character is an alphabet or not. CLICK HE…

Armstrong Number In Python

TASK- Write a Python Program For Armstrong number:  Note: If sum of cubes of each digit of the number is equal to the number its…

GUESS THE NUMBER (PYTHON)

TASK- Write a python Program for guessing a number with following conditions There should be limited number of tries. There sho…

That is All