Posts by LucasRussi • 37 points
5 posts
-
0
votes1
answer27
viewsQ: Storing values in a function to be used later
Hello guys I’m having a problem, I’m wondering if in Python 3.x would have the possibility of a function to store a previously defined value for later use at another time of the code. As shown in…
python-3.xasked LucasRussi 37 -
1
votes0
answers95
viewsQ: Script for creating tables in mysql using Python
I intend to create a script to create tables in mysql using Python 3 to register users, each table will have the name of the person’s CPF, however there is an error syntax (1064) I couldn’t…
-
0
votes1
answer297
viewsQ: Error 1064 mysql in UPDATE function
Guys I’m having a problem with the command on UPDATE, I’m using Python 3.8.5 and mysql 5.7.31. value_id = 10 value_column = 'nome' ID = 'rodrigo' comando_sql = "UPDATE user SET %s='%s' WHERE id=%s"…
-
1
votes1
answer50
viewsQ: JSX element does not load using this.state.list.map
I’m making a Forms in React and I need that after sending the form the same be rendered in a div different showing the content to the user However the component Showforms is not rendered and much…
-
1
votes2
answers45
viewsQ: Internal link problem using pure Javascript
Good morning, late or evening to all. I’m having a hard time trying to make a navigation menu with internal link using pure Javascript. The problem is that I’m probably trying to is that I’m not…