Skip to content

Commit 2558aba

Browse files
Revert "commit to alko-maria"
1 parent 7813d6c commit 2558aba

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Assembler/test-new-file

-1
This file was deleted.

bank_managment_system/backend.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import sqlite3
22

3-
# Adding new text here-----
4-
#657 added more
5-
6-
# SEcond comment - 654421
73

84
# making connection with database
95
def connect_database():
@@ -76,7 +72,7 @@ def create_customer(name, age, address, balance, acc_type, mobile_number):
7672
return acc_no - 1
7773

7874

79-
# check account in database
75+
# check account in database
8076
def check_acc_no(acc_no):
8177
cur.execute("select acc_no from bank")
8278
list_acc_no = cur.fetchall()

0 commit comments

Comments
 (0)