#neil3rd-python

1 messages · Page 1 of 1 (latest)

drowsy ingot
#

hello @bitter ice! what is your python version?

bitter ice
#

python 3.8

drowsy ingot
#

and what is the value of origin?

#

just to confirm, can you

import sys
print(sys.version)

in the file that you've defined that method?

bitter ice
drowsy ingot
#

and it's still 3.8?

#

you wrote {origin}

#

origin is a variable? what did you define as the value for origin?

bitter ice
drowsy ingot
#

firstly, did you assign a value to origin e.g.
origin="https://example.com/"

#

secondly, when you include the two lines of code i mentioned before in your python file and run your app. What is logged for sys.version?

import sys
print(sys.version)

def _generate_account_link...