-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.py
60 lines (46 loc) · 1.07 KB
/
new.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
message = input("Enter message")
key = int(input("ENter key"))
ans = list()
for m in message:
t = ord(m)
if t <= 97 and t >= 101:
t = t+key
print(char(t))
print(ans)
matrix = [
['a', 'b', 'c', 'd', 'e'],
['f', 'g', 'h', 'i', 'j'],
['k', 'l', 'm', 'n', 'o'],
['p', 'q', 'r', 'x', 't'],
['u', 'v', 'w', 'x', 'y'],
]
n = int(input())
matrix = [
['a', 'b', 'c', 'd', 'e'],
['f', 'g', 'h', 'i', 'j'],
['k', 'l', 'm', 'n', 'o'],
['p', 'q', 'r', 'x', 't'],
['u', 'v', 'w', 'x', 'y'],
]
matrix[0] = matrix[4]
print(matrix)
for i in range(0, n):
s = input()
s = input()
if t <= 97 and t >= 101:
t = t+15
ct = 0
def encrypt(text,s):
result = ""
# traverse text
for i in range(len(text)):
char = text[i]
# Encrypt uppercase characters
# ct = 0
for m in message:
t = ord(m)
if (t >= 97) and (t <= 101):
t = t+15
if t == 97 or t == 101 or t == 105 or 111 or 117:
ct = ct+1
print(ct)