Python Forum
how to assign variables?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to assign variables?
#2
rather than this
num1+num2=num4
the variable you are assigning a value to goes first like this
num4 = num1 + num2
Reply


Messages In This Thread
how to assign variables? - by RY8 - Mar-07-2019, 11:43 PM
RE: Help - by Yoriz - Mar-08-2019, 12:57 AM
RE: how to assign variables? - by saravanatn - Mar-09-2019, 01:59 PM

Forum Jump:

User Panel Messages

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