Posts by Washington • 26 points
2 posts
-
0
votes2
answers65
viewsA: I cannot assign the input field value entered by the user to a variable
There are several solutions depending on which you can apply, if you will call this function only when the user is sending the form, you can do this outside a single function for this and only in…
-
1
votes2
answers96
viewsA: Python loop requesting data reentry
You’re calling the function every time you make one print() on the last lines. That is every first time you will call the function to "print" 'Your list is: 'then you call it again to "print" 'The…