Konu Hakkında Resimler Kaynak Kodları Kod: import sqlite3 con = sqlite3.connect("kullanicikayit.sqlite3") cursor = con.cursor() cursor.execute("CREATE TABLE kayit(name TEXT , surname TEXT, password INT , gmail_hesabi TEXT)") try: kay
Python örnek kayıt programıSoruyu Soran :
Konu Hakkında Resimler Kaynak Kodları Kod: import sqlite3 con = sqlite3.connect("kullanicikayit.sqlite3") cursor = con.cursor() cursor.execute("CREATE TABLE kayit(name TEXT , surname TEXT, password INT , gmail_hesabi TEXT)") try: kay