Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Got another one
#4
(Feb-17-2020, 01:17 AM)michael1789 Wrote: You just need to check:
if x3 >= x1 and x3 <= x2:  #<---- means it is in range from left to right

and 

if  y3 >= y1 and y3 <= y2: #<---- means it is in range from up and down
If both those are True then it's in the rectangle.

Ah! Thank you. I'm assuming that I can use different input statements and assignment operators for the variables, and then use this statement? Also, you'll have to forgive me, but how will I structure it to show that it is True?
Reply


Messages In This Thread
Got another one - by DansterTx - Feb-17-2020, 12:53 AM
RE: Got another one - by michael1789 - Feb-17-2020, 01:17 AM
RE: Got another one - by DansterTx - Feb-17-2020, 03:04 AM
RE: Got another one - by jefsummers - Feb-17-2020, 01:21 AM
RE: Got another one - by michael1789 - Feb-17-2020, 03:21 AM
RE: Got another one - by ndc85430 - Feb-17-2020, 06:35 AM
RE: Got another one - by DansterTx - Feb-17-2020, 06:10 PM
RE: Got another one - by jefsummers - Feb-17-2020, 06:45 PM

Forum Jump:

User Panel Messages

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