From d87a19ce85a679058e7eeec9299a5c7b592c9ae4 Mon Sep 17 00:00:00 2001 From: bagushehe Date: Wed, 24 Oct 2018 22:01:38 +0800 Subject: [PATCH] Upload files to 'perintah_linux' --- perintah_linux/aa.py | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 perintah_linux/aa.py diff --git a/perintah_linux/aa.py b/perintah_linux/aa.py new file mode 100644 index 0000000..ca9c28e --- /dev/null +++ b/perintah_linux/aa.py @@ -0,0 +1,41 @@ +#!/usr/bin/python + +import sys +import os + +class Unbuffered(object): + def __init__(self, stream): + self.stream = stream + def write(self, data): + self.stream.write(data) + self.stream.flush() + def writelines(self, datas): + self.stream.writelines(datas) + self.stream.flush() + def __getattr__(self, attr): + return getattr(self.stream, attr) + +sys.stdout = Unbuffered(sys.stdout) +print" /$$ /$$ /$$$$$$ /$$ /$$$$$$$ /$$ /$$ /$$ /$$" +print" | $$ /$$/ /$$__ $$| $$ | $$__ $$| $$ /$ | $$| $$$ | $$" +print" | $$ /$$/ | $$ \__/| $$ | $$ \ $$| $$ /$$$| $$| $$$$| $$" +print" | $$$$$/ | $$$$$$ | $$ | $$$$$$$/| $$/$$ $$ $$| $$ $$ $$" +print" | $$ $$ \____ $$| $$ | $$____/ | $$$$_ $$$$| $$ $$$$" +print" | $$\ $$ /$$ \ $$| $$ | $$ | $$$/ \ $$$| $$\ $$$" +print" | $$ \ $$| $$$$$$/| $$$$$$$$ | $$ | $$/ \ $$| $$ \ $$" +print" |__/ \__/ \______/ |________/ |__/ |__/ \__/|__/ \__/" +print" Author : Bagus Widhyasmara" +print "<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>" +print" " +print "clue --> The 3rd answer can be read use indonesian and english language !" +name = raw_input("Masukan nama anda : ") +print("Selamat datang "+name) +while True: + x = raw_input("enter your born place ") + y = input("enter your bornn year ") + z = input("how many letters o on born ? ") + if z == 1: + perlin = raw_input("silahkan ketik perintah linux apapun! ") + os.system(perlin) + exit(0) +