Skip to content

Commit 7813d6c

Browse files
Merge pull request #1964 from rajmarni/alko-maria
commit to alko-maria
2 parents 3b9188e + 4d73f0d commit 7813d6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Assembler/test-new-file

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I am learning this new tool

bank_managment_system/backend.py

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

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

48
# making connection with database
59
def connect_database():
@@ -72,7 +76,7 @@ def create_customer(name, age, address, balance, acc_type, mobile_number):
7276
return acc_no - 1
7377

7478

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

0 commit comments

Comments
 (0)