Skip to content

Commit

Permalink
removed test print value
Browse files Browse the repository at this point in the history
  • Loading branch information
dimension committed Feb 9, 2021
1 parent 24a0668 commit 7ed93d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gema_guess.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def gema_guess(*args):
date_result_user, date_person_user = args
num_random, border_user = date_result_user
name_user, password_user = date_person_user.get("name"), date_person_user.get("password")
print('this is dev branch')
total = 0
while True:
num_user = input("Введите число: ")
Expand Down

0 comments on commit 7ed93d2

Please sign in to comment.