Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code error
#3
Thanks lot my friend. It works.

x = 10
y = 50
if (x > y):
    print(f"the value of x is {x}")
else:
    print(f"the value of y is  {y}")
Reply


Messages In This Thread
Code error - by python_learn - Jun-27-2020, 05:51 PM
RE: Code error - by Yoriz - Jun-27-2020, 05:59 PM
RE: Code error - by python_learn - Jun-27-2020, 06:46 PM

Forum Jump:

User Panel Messages

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