Python Forum
reverse math in python, who will find the correct answer?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reverse math in python, who will find the correct answer?
#11
Gribouillis I wonder if it can be done for two variables with int and it will be super hard for two float

# very hard 
a=int(input("number1: "))
b=int(input("number2:  "))

# super hard
a=float(input("number1: "))
b=float(input("number2:  "))
requires good knowledge of math and python
Reply
#12
Can you give a complete example of what you want to do for two floats?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Answer for newbie, Sqlite3 Froger 2 860 Sep-27-2023, 05:33 PM
Last Post: noisefloor
  Coding answer for newbie cg3 2 1,162 Aug-05-2023, 12:17 PM
Last Post: jefsummers
  First Day using Python. NEED Simple Math CODE HELP! Jesseluke 4 1,372 Jan-13-2023, 01:04 PM
Last Post: jefsummers
  how to reverse a list and store in another list in python SuperNinja3I3 6 3,295 Aug-14-2022, 06:36 PM
Last Post: DeaD_EyE
  Reverse Function in Python Voraman 7 3,281 Feb-13-2021, 07:21 PM
Last Post: Voraman
  What am I doing wrong to not get the answer pav1983 7 3,724 Jun-25-2020, 08:53 PM
Last Post: ndc85430
  Need help with an assignment, not an answer. celtickodiak 4 2,947 Oct-01-2019, 02:04 PM
Last Post: jefsummers
  Math problem in Python - pyqt5 rwahdan 6 5,720 Jun-18-2019, 08:11 PM
Last Post: Gribouillis
  How to correct the Python programming - Support Vector Machine vokoyo 7 4,470 Apr-06-2019, 10:11 AM
Last Post: scidam
  What's the full answer to this question in python? (bayesian decision theory) Hblaugrana 1 2,484 Oct-31-2018, 02:22 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020