Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If + Count
#6
(Nov-09-2018, 03:23 PM)Itay Wrote: if count_a > count_b and count_c:
That depends on what your intention is with that code. Right now, it's the same as this: if (count_a > count_b) and (count_c > 0):
Reply


Messages In This Thread
If + Count - by Itay - Nov-09-2018, 03:18 PM
RE: If + Count - by ichabod801 - Nov-09-2018, 03:19 PM
RE: If + Count - by Itay - Nov-09-2018, 03:23 PM
RE: If + Count - by nilamo - Nov-09-2018, 06:36 PM
RE: If + Count - by Itay - Nov-09-2018, 09:18 PM
RE: If + Count - by nilamo - Nov-09-2018, 09:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Count Letters in a Sentence (without using the Count Function) bhill 3 5,331 Jun-19-2018, 02:52 AM
Last Post: bhill

Forum Jump:

User Panel Messages

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