Pages
(Move to ...)
Home
Computer Science
Maths
Pedagogy and Teaching Methodology
GK and Current Affair
English
Our Apps
Books
Notification
▼
CLICK HERE TO JOIN US
Download and Install our Android App
Thursday, 24 October 2024
कोडिंग के जादूगर: आरव की कहानी
›
कोडिंग के जादूगर: आरव की कहानी आरव एक छोटे से गाँव का लड़का था, जहाँ आधुनिक तकनीक की पहुँच बहुत कम थी। लेकिन बचपन से ही उसे कम्प्यूटर और ट...
Sunday, 22 September 2024
Practical - 74 - Write a Python program to receive numbers from user through keyboard until user inputs 0 to end the input process, then the program calculates and displays the sum of given odd numbers and even numbers respectively.
›
Practical - 74 - Write a Python program to receive numbers from user through keyboard until user inputs 0 to end the input process, then the...
Saturday, 21 September 2024
Practical - 73 - Write a Python program to print the sum of first n odd natural numbers where the value of n is taken as input from the user.
›
Practical - 73 - Write a Python program to print the sum of first n odd natural numbers where the value of n is taken as input from the user...
Practical - 72 - Write a Python program that accepts the roll number and marks of the student in two subjects and displays the grade of the student
›
Practical - 72 - Write a Python program that accepts the roll number and marks of the student in two subjects and displays the grade of the ...
Thursday, 19 September 2024
Practical - 71 - Write a program in python to print all the numbers between 1 to 100 which are either divisible by 3 or 5.
›
Practical - 71 - Write a program in python to print all the numbers between 1 to 100 which are either divisible by 3 or 5. Ans: for i in r...
Practical - 70 - Write a program in python to generate the sequence: -1, 2, -3, 4, -5, …n, where n is an integer and its value should be taken as n input from the user.
›
Practical - 70 - Write a program in python to generate the sequence: -1, 2, -3, 4, -5, …n, where n is an integer and its value should be tak...
Practical - 69 - Write a program in python to input a number and calculate factorial of a number.
›
Practical - 69 - Write a program in python to input a number and calculate factorial of a number. Ans: n=int(input("Enter a number: ...
1 comment:
Practical - 68 - Write a program in python to print the tables all all numbers from 2 to 10
›
Practical - 68 - Write a program in python to print the tables all all numbers from 2 to 10 Ans: print("Table form 2 to 10: ") f...
Practical - 67 - Write a program in Python to input a number and print the table of that number.
›
Practical - 67 - Write a program in Python to input a number and print the table of that number. Ans: n=int(input("Enter a number:...
Practical - 66 - Write a program in python to input number of seconds and print it in the form: hrs:mins:sec. e.g. 4815 seconds are printed as 1 hrs:20 mins:15 secs
›
Practical - 66 - Write a program in python to input number of seconds and print it in the form: hrs:mins:sec. e.g. 4815 seconds are printed ...
‹
›
Home
View web version