Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noob question
#1
Hi I'm just starting out to learn to code in Python. I'm a total noob. I'm learning using video tutorials.
At the end of each section in the tutorials there is a short quiz.
There is one question in the last quiz I took I was hoping someone here could help clarify.

The questions is:
Which condition evaluates to a true statement?

x = 5 < 7
x = 7 < 5
x = 7 > 5
x = 5 > 7



The correct answer is x = 7 > 5
But I don't understand why it couldn't also be x = 5 < 7

Thanks Huh
Reply


Messages In This Thread
Noob question - by adifrank - Aug-18-2020, 09:03 PM
RE: Noob question - by bowlofred - Aug-18-2020, 09:11 PM
RE: Noob question - by adifrank - Aug-18-2020, 09:18 PM
RE: Noob question - by DeaD_EyE - Aug-18-2020, 09:50 PM
RE: Noob question - by adifrank - Aug-18-2020, 10:07 PM
RE: Noob question - by bowlofred - Aug-18-2020, 10:35 PM
RE: Noob question - by adifrank - Aug-18-2020, 11:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Function not scriptable: Noob question kaega2 3 1,234 Aug-21-2022, 04:37 PM
Last Post: kaega2
  Noob question about lists adifrank 4 2,940 Nov-19-2020, 03:26 AM
Last Post: adifrank
  Noob question: why is shapesize() not working for my turtle adifrank 8 5,895 Sep-09-2020, 11:13 PM
Last Post: adifrank
  Noob Question: Sample Data csn113 1 2,214 Feb-18-2019, 06:35 PM
Last Post: micseydel
  Noob question on Mac python3, pydoc3 JamesNJ 0 2,331 Oct-08-2018, 04:26 AM
Last Post: JamesNJ
  Maya Python Noob Question Iurii_Ledin 2 3,319 Jun-08-2018, 09:09 PM
Last Post: Iurii_Ledin
  Noob question about python and Maxplus Strator 0 2,660 May-16-2017, 05:07 PM
Last Post: Strator
  a question from a noob kompressano 5 4,662 Mar-13-2017, 04:06 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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