Ver código fonte

Add 'Perintah linux'

master
bagushehe 5 anos atrás
pai
commit
344ceb3892
1 arquivos alterados com 9 adições e 0 exclusões
  1. +9
    -0
      Perintah linux

+ 9
- 0
Perintah linux Ver arquivo

@ -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}")

Carregando…
Cancelar
Salvar