Skip to content

Commit

Permalink
kedua
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalism-1 committed Oct 18, 2024
1 parent 6b3f941 commit 6141b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nilai.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nilai - int(input('Masukkan nilai: '))
nilai = int(input('Masukkan nilai: '))
batas_lulus = 80

if nilai > batas_lulus:
if nilai < batas_lulus:
print('Selamat kamu lulus')
else:
print('Kamu gagal')

0 comments on commit 6141b37

Please sign in to comment.