Skip to content

Commit 9cb0144

Browse files
Merge pull request #1965 from NitkarshChourasia/revert-1964-alko-maria
Revert "commit to alko-maria"
2 parents 7813d6c + 2558aba commit 9cb0144

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Assembler/test-new-file

Lines changed: 0 additions & 1 deletion
This file was deleted.

bank_managment_system/backend.py

Lines changed: 1 addition & 5 deletions
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)