Skip to content

Commit

Permalink
Revert "commit to alko-maria"
Browse files Browse the repository at this point in the history
  • Loading branch information
NitkarshChourasia authored Aug 12, 2023
1 parent 7813d6c commit 2558aba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Assembler/test-new-file

This file was deleted.

6 changes: 1 addition & 5 deletions bank_managment_system/backend.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import sqlite3

# Adding new text here-----
#657 added more

# SEcond comment - 654421

# making connection with database
def connect_database():
Expand Down Expand Up @@ -76,7 +72,7 @@ def create_customer(name, age, address, balance, acc_type, mobile_number):
return acc_no - 1


# check account in database
# check account in database
def check_acc_no(acc_no):
cur.execute("select acc_no from bank")
list_acc_no = cur.fetchall()
Expand Down

0 comments on commit 2558aba

Please sign in to comment.