Browse Source

Add 'Perintah linux'

master
bagushehe 5 years ago
parent
commit
344ceb3892
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      Perintah linux

+ 9
- 0
Perintah linux View File

@ -0,0 +1,9 @@
import os
name = raw_input("Masukan nama anda : ")
print("Selamat datang "+name)
perlin = raw_input("silahkan ketik perintah linux apapun! ")
os.system(perlin)
print("{flag=you_get_the_flag}")

Loading…
Cancel
Save