diamond-in commited on
Commit
8d76847
·
verified ·
1 Parent(s): 954bc24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,3 +1,7 @@
1
  def bad_code():
2
  x = [1,2,3]
3
- print(x[10]) # This is an index error
 
 
 
 
 
1
  def bad_code():
2
  x = [1,2,3]
3
+ print(x[10])
4
+
5
+ # This is an index error
6
+
7
+ print("herlo")