Posts by Hytalo Bassi • 63 points
3 posts
-
1
votes1
answer561
viewsQ: How to program in java and python together
I see various programs and systems that are programmed in various languages, such as android. I’m trying to program in java along with python, but I can’t find anything about it. I’ve tried to…
-
2
votes1
answer258
viewsA: Not all Arguments converted During bytes formatting Insert Python
To run the code you need to convert the values to another Mysql interpretable value. This requires changing the question marks(?) by %s
-
-4
votes1
answer258
viewsQ: Not all Arguments converted During bytes formatting Insert Python
I was trying to add python integer values to a mysql database with the following code: import MySQLdb valor1 = input("Digite o primeiro valor: ") valor2 = input("Digite o segundo valor: ")…