-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcode.py
27 lines (21 loc) · 857 Bytes
/
code.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/python3
options="""
Press 1 TO check your Ec2 instance RAM
Press 2 TO check since how long ec2 instance is running
Press 3 To check a command named tree and install it
Press 4 To check current time and date
Press 5 To login in your facebook account and update status hello world
Press 6 To search something on google
Press 7 to list all the IP & MAc in your current wifi
Press 8 to disconnect all wifi connected device execpt YOU
PRess 9 to lauchn on rhel 7.5 based freee ec2 instance
Press 10 to check status of ec2 instance
"""
print(options)
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
print("@@ @@@@@")
print("@@ @@@@@")
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
# capturing user input
choice=input()
print(choice)