Posts by marcos atanael • 1 point
2 posts
-
-4
votes2
answers50
viewsQ: Python - Doubt-transform into Dataframe
good morning! People connected using python in Sql database using pymssql import pymssql conn = pymssql.connect(server='nomeservidor', user='usuario', password='senha', database='banco') cursor =…
-
-2
votes1
answer63
viewsQ: Insert Loop in C
I wish to insert an option for the user to type in how many rounds he wants to play against the cpu in this joquenpo game follows my code below, can any c master help me ? thanks #include…