create dev channel
This commit is contained in:
13
zeta/py/completed/1076.py
Normal file
13
zeta/py/completed/1076.py
Normal file
@@ -0,0 +1,13 @@
|
||||
VALUE = {
|
||||
"black": 0,
|
||||
"brown": 1,
|
||||
"red": 2,
|
||||
"orange":3,
|
||||
"yellow":4,
|
||||
"green": 5,
|
||||
"blue": 6,
|
||||
"violet": 7,
|
||||
"grey": 8,
|
||||
"white": 9}
|
||||
|
||||
print((10*VALUE[input()] + VALUE[input()])*10**VALUE[input()])
|
||||
Reference in New Issue
Block a user