Posts

What is the answer to (-9) ×13+1-90=?

 Using the order of operations (PEMDAS), we need to start with the parentheses first, but there are no parentheses in this expression. So we move on to exponents, but there are no exponents either.  Next, we have multiplication and division. Here, we only have one multiplication operation: (-9) × 13, which equals -117.  After that, we move to addition and subtraction. We have two subtraction operations: -117 - 90, which equals -207. Then we add 1 to get the final answer: (-9) × 13 + 1 - 90 = -117 - 90 + 1 = -207 + 1 = -206 Therefore, the answer is -206.

Which phone is better in india ? Realme or Redmi

  Redmi vs Realme. Amol Jawre Aj Redmi and Realme are both popular smartphone brands in India, and both offer good value for money in terms of features and performance. Ultimately, which one is better for you will depend on your specific needs and preferences. Here are some key factors to consider when comparing Redmi and Realme: Price: Both brands offer phones in a wide range of price points, but generally, Redmi phones tend to be slightly cheaper than Realme phones. Design and Build Quality: Both brands offer phones with good design and build quality, but Realme phones tend to have a more premium feel and look compared to Redmi phones. Camera: Both brands offer phones with good cameras, but Realme phones tend to have slightly better camera performance, especially in low light conditions. Performance: Both brands offer phones with good performance, but Redmi phones tend to offer better performance in terms of processor and RAM. Software: Both brands use custom skins over Android, but

simple design in python turtle graphics

Image
                     Welcome 😊 to our site This side will show you  The Amazing patterns source  Input:-  from turtle import* bgcolor("black") speed(0) for i in range(90):  color("cyan")  right(80)  circle(80)  fd(1)  left(21)  right(42)  fd(40) done() Output:-                         Thanks for visit this site