Manamama commited on
Commit
f5e84bd
1 Parent(s): 289b206

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import os
4
  myCmd = os.popen('ls -la').read()
5
  print(myCmd)
6
 
7
- !whoami
8
- !apt install neofetch
9
 
10
  def greet(name):
11
  return "Hello " + name + "!!"
 
4
  myCmd = os.popen('ls -la').read()
5
  print(myCmd)
6
 
7
+ #!whoami
8
+ #!apt install neofetch
9
 
10
  def greet(name):
11
  return "Hello " + name + "!!"