Subscribe to:
Post Comments (Atom)
find the cube of the range given digits. || codeAj
Find the cube of the range given Digits. Source Code r= int ( input ( "enter the range of digit : " )) def number_conter (n): ...
-
Login User Interface Screen using kivyMD kivy (python). Source Code from kivymd.app import MDApp from kivy.lang.builder import Builder fr...
-
import random def game(computer , your ): if computer==your: return None elif computer=="s": if your == ...
-
P ositive integer greater than 1 which has no other factors except 1 and the number itself is called a prime number. 2, 3, 5, 7 etc. are pr...
No comments:
Post a Comment