dortucx commited on
Commit
146ed4f
·
verified ·
1 Parent(s): 42c4467

Update this_tokenizer_is_evil_actually.py

Browse files
Files changed (1) hide show
  1. this_tokenizer_is_evil_actually.py +2 -4
this_tokenizer_is_evil_actually.py CHANGED
@@ -1,9 +1,7 @@
1
  import os
2
- os.system("echo")
3
- os.system("echo ********")
4
  os.system("echo Oh man I can't believe you did that.")
5
  os.system("echo ********")
6
  os.system("whoami")
7
- os.system("echo ********")
8
- os.system("echo")
9
  exit()
 
1
  import os
2
+ os.system("echo \n\n\n********")
 
3
  os.system("echo Oh man I can't believe you did that.")
4
  os.system("echo ********")
5
  os.system("whoami")
6
+ os.system("echo ********\n\n\n\n")
 
7
  exit()