Posts by Tufe • 3 points
2 posts
-
0
votes1
answer102
viewsQ: To insert a value passed by parameter in the sql query
I am passing two values of an input to the function "Insert", the values then arriving at the function normally, I am printing them to confirm, but still I can not insert the values passed in the…
-
0
votes2
answers2303
viewsQ: Random Choice in python
I’m a beginner and I’m creating a program to make tables, but I didn’t want the program to follow a growing order like "1x1, 1x2" and so on. So I used a "Random.Choice" function to show the tables…