Aiforkids
menu
search
person
Login using Google
Login
Register
search
brightness_auto
edit
Ask a Question
Aiforkids
All Activity
Questions
Unanswered
Tags
Categories
Ask a Question
Recent questions tagged Python-program
by
Sanjana
(
8.3k
points)
in
Python
asked
Jun 7, 2022
242
views
List python logical operators with description.
short-answer
python-program
python-class-10
thumb_up_off_alt
1
like
thumb_down_off_alt
0
dislike
1
answer
by
Sanjana
(
8.3k
points)
in
Python
asked
Jun 7, 2022
272
views
Differentiate between modulus and floor division.
short-answer
python-program
python-class-10
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
Sanjana
(
8.3k
points)
in
Python
asked
Jun 7, 2022
287
views
Define python comparison operators with examples.
short-answer
python-program
python-class-10
thumb_up_off_alt
1
like
thumb_down_off_alt
0
dislike
1
answer
by
Sanjana
(
8.3k
points)
in
Python
asked
Jun 7, 2022
268
views
Define python arithmetic operators with examples.
short-answer
python-program
python-class-10
thumb_up_off_alt
1
like
thumb_down_off_alt
0
dislike
1
answer
by
Sanjana
(
8.3k
points)
in
Python
asked
Jun 7, 2022
352
views
Name the different types of operators in python language.
short-answer
python-program
python-class-10
thumb_up_off_alt
1
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
4.4k
views
The formula E = mc2 states that the equivalent energy (E) can be calculated as the mass (m) multiplied by the speed of light (c = about 3×108 m/s) squared. Write a program that accepts the mass of an object and determines its energy.
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
542
views
Write a program that asks the user to enter their name and age. Print a message addressed to the user that tells the user the year in which they will turn 100 years old.
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
631
views
The volume of a sphere with radius r is 4/3πr3. Write a Python program to find the volume of spheres with radius 7cm, 12cm, 16cm, respectively.
python-program
python-class-11
thumb_up_off_alt
3
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
370
views
Write a program to find average of three numbers.
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
802
views
Write a program to repeat the string ‘‘GOOD MORNING” n times. Here ‘n’ is an integer entered by the user
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
318
views
Write a program to swap two numbers without using a third variable.
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
355
views
Write a program to swap two numbers using a third variable
python-program
python-class-11
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
815
views
Write a Python program to find the area of a rectangle given that its length is 10 units and breadth is 20 units.
python-class-10
python-program
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
358
views
Accept a number and check whether it is palindrome or not
python-program
python-class-10
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
298
views
Write a program to accept decimal number and display its binary number.
python-program
python
thumb_up_off_alt
3
like
thumb_down_off_alt
0
dislike
0
answers
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
1.6k
views
Write a program that keep on accepting number from the user until user enters Zero. Display the sum and average of all the numbers.
python-program
python
thumb_up_off_alt
4
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
2.3k
views
Write a program to print numbers from 1 to 20 except multiple of 2 & 3.
python-program
python
thumb_up_off_alt
3
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
1.7k
views
Write a program to display all the numbers which are divisible by 11 but not by 2 between 100 and 500.
python-program
python
thumb_up_off_alt
3
like
thumb_down_off_alt
0
dislike
0
answers
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
1.6k
views
Write a program to display sum of odd numbers and even numbers that fall between 12 and 37(including both numbers)
python-program
python
thumb_up_off_alt
3
like
thumb_down_off_alt
0
dislike
1
answer
by
aiforkids
(
19.4k
points)
in
Python
asked
Jan 7, 2022
517
views
Write a program to print all prime numbers that fall between two numbers including both(accept two numbers from the user)
python-program
python
thumb_up_off_alt
2
like
thumb_down_off_alt
0
dislike
1
answer
Page:
1
2
next »
Ask a question:
Welcome to Aiforkids, where you can ask questions and receive answers from other members of the community.
AI 2024 Class 10 Board Exams mein
100% laane
ka plan
OPEN NOW
Class 10 Complete One Shot AI Lectures at -
Youtube
1.5k
questions
1.4k
answers
4
comments
25.3k
users
Categories
All categories
Artificial Intelligence
(1.2k)
Information Technology
(35)
Information Practices (IP)
(60)
Computer Appilcations
(119)
Data Science
(1)
Maths for AI
(3)
Programming
(44)
Forums
(5)
Data Structure and Algorithms
(0)
...