No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 0 answers
  • 2 answers

Abrar Sheriff 1 year, 1 month ago

This content has been hidden. One or more users have flagged this content as inappropriate. Once content is flagged, it is hidden from users and is reviewed by myCBSEguide team against our Community Guidelines. If content is found in violation, the user posting this content will be banned for 30 days from using Homework help section. Suspended users will receive error while adding question or answer. Question comments have also been disabled. Read community guidelines at https://mycbseguide.com/community-guidelines.html

Few rules to keep homework help section safe, clean and informative.
  • Don't post personal information, mobile numbers and other details.
  • Don't use this platform for chatting, social networking and making friends. This platform is meant only for asking subject specific and study related questions.
  • Be nice and polite and avoid rude and abusive language. Avoid inappropriate language and attention, vulgar terms and anything sexually suggestive. Avoid harassment and bullying.
  • Ask specific question which are clear and concise.

Remember the goal of this website is to share knowledge and learn from each other. Ask questions and help others by answering questions.

Syed Musaib 1 year, 1 month ago

1+2
  • 0 answers
  • 0 answers
  • 3 answers
Here's you program in python: a=24 b=20 a= int(input("Enter value of x: ")) b = int(input("Enter value of y: ")) c=a a=b b=c print("The value a after swapping=" a) print("The value a after swapping=" b)
Here's you program in python: a=24 b=20 a= int(input("Enter value of x: ")) b = int(input("Enter value of y: ")) c=a a=b b=c print("The value a after swapping=" a) print("The value a after swapping=" b)
Firstly u've to enter two values in different variable like a=24 and b=20 then take another blank variable so that it'll be easy for u to swipe them then place tha value or a in c and then take the value b and place it in variable a so, a=20 then do the same with b now b is a blank variable so took the value of c and place it in variable b now b=24... a=20 and b=24
This content has been hidden. One or more users have flagged this content as inappropriate. Once content is flagged, it is hidden from users and is reviewed by myCBSEguide team against our Community Guidelines. If content is found in violation, the user posting this content will be banned for 30 days from using Homework help section. Suspended users will receive error while adding question or answer. Question comments have also been disabled. Read community guidelines at https://mycbseguide.com/community-guidelines.html

Few rules to keep homework help section safe, clean and informative.
  • Don't post personal information, mobile numbers and other details.
  • Don't use this platform for chatting, social networking and making friends. This platform is meant only for asking subject specific and study related questions.
  • Be nice and polite and avoid rude and abusive language. Avoid inappropriate language and attention, vulgar terms and anything sexually suggestive. Avoid harassment and bullying.
  • Ask specific question which are clear and concise.

Remember the goal of this website is to share knowledge and learn from each other. Ask questions and help others by answering questions.
  • 2 answers

Uzair Shiekh Shorts 1 year, 1 month ago

Write notes on redox reactions with particular points for class 11 science

Muskan Chandra 1 year, 1 month ago

The d-block elements are located in the periodic table between the s-block and p-block elements. Since they display transitional behaviour between s-block and p-block elements, these d-block elements are known as transition elements.
  • 1 answers

Muskan Chandra 1 year, 1 month ago

This module provides a portable way of using operating system dependent functionality.
  • 0 answers
  • 3 answers
Here's ur program in python: n=int(input("Enter the number")) i=0 num=1 sum=0 While i<n: sum+=num num+=2 i+=1 print(sum)
Here's ur program in python: n=int(input("Enter the number")) i=0 num=1 sum=0 While i<n: sum +=num num +=2 i +=1 print(sum)

Abhinav Verma 1 year, 2 months ago

# Python from math import ceil, floor def odd_gte(num): """ Return the first odd value >= num """ num = ceil(num) k = num // 2 return 2*k + 1 def odd_lte(num): """ Return the first odd value <= num """ num = floor(num) k = (num + 1) // 2 return 2*k - 1 def odd_average(start, stop): """ Return the average of all odd numbers in the range Note: this follows standard Python range semantics, such that `stop` is not included in the range. """ first = odd_gte(start) last = odd_lte(stop - 1) return (first + last) / 2 print(odd_average(2, 101)) # 51.0
  • 1 answers

Devilal Meena 1 year, 2 months ago

Super computer Mini computer Micro computer Mainframe computer
  • 0 answers
  • 1 answers

Nishta Prasad 8 months, 1 week ago

sure we will help you to provide good and neat clean answer for exam , revision and other purpose
  • 2 answers

Preeti Dabral 1 year, 3 months ago

<pre> name = input("Enter Your Name :- ") print ("Your Name is :- ", name)</pre>

Mayank Sg 1 year, 3 months ago

Output is Your Name is :- name
  • 1 answers

Preeti Dabral 1 year, 3 months ago

Given a string and a character, task is to make a function which count occurrence of the given character in the string.

  • 1 answers

Hacker Boy 1 year, 3 months ago

ram
  • 1 answers

Tamil Arasi 1 year, 3 months ago

Python is a programming language
  • 1 answers

Salima S 1 year, 4 months ago

🌚🌚
  • 1 answers

Chilaka Deekshitha 1 year, 4 months ago

1.Sending Multiple Objects with Sep and End Parameters 2.Using f-strings for String Concatenation 3.String Concatenation of Different Datatype 4.Using String Concatenation 5.Newlines 6.Calling Print Function
  • 1 answers

Prabhnoor Kaur 1 year, 4 months ago

b=float(input("Enter the length of the base:")) h=float(input("Enter the length of the height:")) area=(1/2)*b*h print(area)

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App