Showing posts with label mcq. Show all posts
Showing posts with label mcq. Show all posts
June 08, 2021
Subscribe to:
Posts (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 == ...
-
Digital clock using c++ Object oriented concepts are used in this program........... source code #include<iostream> #include<co...