25
kisungch
5 18 31
3587/ 3695
Awesome Team Kisung Chung
Last seen 6 months ago
Member for 11 months, 22 days
Difficulty Easy
Missions (295) / Solutions (209)
Best solutions / Newest solutions
Strings and Integers
First
Number With Exclamation
or
inline-if
print
int
1
4
First
Rectangle Perimeter
print
int
2
First
Reverse Integer
inline-if
print
int
str
3
First
All Permutations
collections.abc.Iterable
itertools.permutations
permutations
itertools
collections
4
First
Convert Date
datetime.strptime
strptime
datetime.datetime
ValueError
datetime
6
First
Quadratic Equation Roots
collections.abc.Iterable
math.sqrt
sqrt
ValueError
collections
6
First
Armstrong Number Checking
bool
sum
print
False
True
7
First
Fuzzy String Matching
zip
bool
sum
print
if-comprehension
9
2
First
Maximum Among Three
max
print
int
9
First
Count Divisibles in Range (simplified)
print
int
10
First
Longest Substring of Unique Characters
max
inline-if
print
in
range
13
First
Perfect Number Checking
bool
sum
print
if-comprehension
False
14
First
Sum of Integers
inline-if
print
int
19
First
Replace All Occurrences
replace
print
str
Second
The Longest Word
or
inline-if
print
sorted
True
First
Leap Year Checking
bool
print
False
True
else
First
Count Vowels
lower
sum
print
if-comprehension
in
First
Find Remainder
print
int
First
Convert To Title Case
upper
lower
print
join
list-comp
First
Just Fizz!
inline-if
print
int
str
2
First
Excel Column Number
ord
print
else
int
str
First
Is Even
bool
print
False
True
int
1
First
Goes Right After (simplified)
find
bool
print
False
True
Second
First Word (simplified)
print
split
str
First
Goes Right After
index
bool
print
False
True
First
Number Length
print
int
str
len
First
Conversion from CamelCase
isupper
not
lower
inline-if
print
First
Conversion into CamelCase
upper
print
join
list-comp
split
First
First Word (simplified)
print
split
str
1
First
Correct Sentence
upper
inline-if
print
str
First
All Upper I
all
isupper
isalpha
bool
or
First
End Zeros
inline-if
print
int
str
len
First
Max Digit
max
print
list
int
str
First
Between Markers (simplified)
find
print
str
First
Bird Language
translate
print
in
elif
and
First
First Word
replace
print
split
str
First
Beginning Zeros
inline-if
print
int
str
len
First
Sum Numbers
isdigit
sum
print
if-comprehension
list-comp
First
Digits Multiplication
print
int
str
for
if
First
Three Words
isdigit
bool
print
elif
False
First
Fizz Buzz
print
elif
and
else
int
2
List but not the least
First
Duplicate Zeros
collections.abc.Iterable
collections
Iterable
print
append
First
Missing Number
min
max
print
range
list
First
Sort by Extension
sort
inline-if
print
and
split
First
Zigzag Array
print
sorted
append
True
list-comp
First
Words Order
ValueError
index
bool
except
try
First
Sort Except Zero
collections.abc.Iterable
insert
collections
sort
Iterable
First
Index Power
inline-if
print
list
int
len
First
Non-unique Elements
collections.abc.Iterable
collections
Iterable
count
print
1
Look up in the Dict()
First
Aggregate by Operation
eval
dict
items
tuple
continue
7
First
Switch Keys to Values
dict
items
inline-if
print
str
First
Move Zeros
typing.Iterable
Iterable
typing
print
if-comprehension
First
The Cheapest Flight
update
dict
items
inline-if
print
First
The Flat Dictionary
type
dict
items
print
elif
First
Golden Pyramid
inline-if
print
range
list
int
First
Count Digits
isdigit
print
if-comprehension
list-comp
comprehension
First
Pawn Brotherhood
chr
ord
set
print
if-comprehension
Strings Theory
modified
Calculator-IV
eval
float
round
continue
abs
1
Modified
Calculator-V
eval
float
round
continue
abs
2
First
Calculator-VI
eval
float
round
continue
abs
2
First
Calculator-VII
eval
float
round
continue
abs
2
First
Schedule Mode Builder
datetime.strptime
strptime
datetime.datetime
datetime
None
6
Improved
Calculator-III
eval
continue
abs
not
or
6
improved
Calculator-II
eval
continue
or
inline-if
print
7
Modified
Calculator-I
eval
or
inline-if
print
while
First
Correct Capital
islower
isupper
bool
or
print
First
Speech Module
print
elif
and
else
int
First
Letter Queue
List
typing.List
pop
typing
join
First
Striped Words
re.split
findall
re.findall
r-string
isalpha
List, list and list again
First
List Beautify
amax
numpy.amax
rjust
numpy.array
array
1
First
Close Enough
tuple
min
abs
print
sorted
8
First
Garland
issubset
union
any
set
print
13
First
Ulam-Warburton Automaton Hex
update
copy
set
print
in
16
First
Toothpicks
clear
update
add
remove
set
20
First
Nonogram Encode
zip
map
max
inline-if
print
First
Beat The Previous
break
print
while
and
append
First
Split Pairs
typing.Iterable
Iterable
typing
print
list-comp
First
Convert and Aggregate
tuple
pop
print
in
and
2
First
Matrix "Hatching"
typing.Iterable
Iterable
typing
print
if-comprehension
First
Sort Sorted Groups
break
or
print
sorted
while
First
The Highest Building
amax
numpy.amax
argmax
numpy.argmax
numpy.sum
First
Xs and Os Champion
count
inline-if
join
in
and
First
Most Efficient Cutting
min
inline-if
sum
while
if-comprehension
First
Count Inversions
reversed
enumerate
sorted
while
list
3
First
Replace with Biggest
typing.Iterable
Iterable
max
typing
inline-if
First
Integer Palindrome
bool
inline-if
print
False
True
First
Cipher Crossword
any
zip
isalpha
isdigit
not
First
When "k" is Enough!
Any
typing.Any
typing.Iterable
Iterable
typing
First
Determine the Order
fromkeys
functools.reduce
reduce
functools
any
1
First
Color Map
break
count
sum
while
False
First
Sum by Type
type
tuple
sum
print
join
4
First
Split List
Any
typing.Any
typing.Iterable
Iterable
typing
First
Loading Cargo
pop
index
abs
lambda
or
First
Median of Three
statistics.median
statistics
median
typing.Iterable
Iterable
First
Xs and Os Referee
issubset
set
print
join
if-comprehension
First
Flatten a List
collections.abc.Iterable
type
isinstance
is
any
First
Cipher Map
List
typing.List
zip
typing
join
Different kind of sets
First
Boundary Blocks
fromkeys
next
Tuple
typing.Tuple
any
First
Hexagonal Islands
typing.Set
Set
union
set-comp
copy
First
Power Plants
Dict
typing.Dict
typing.Set
Set
difference
First
Square Board
Tuple
typing.Tuple
typing
inline-if
while
First
Shorter Set
set
inline-if
print
sorted
list
First
Berserk Rook
next
isinstance
chr
ord
None
First
Power Supply
difference
items
set
sum
if-comprehension
First
Merge Intervals
copy
None
inline-if
while
if-comprehension
First
Seven Segment
issubset
intersection
set-comp
islower
upper
First
Expand Intervals
typing.Iterable
Iterable
typing
list-comp
range
First
Create Intervals
copy
None
inline-if
sorted
while
First
Friends
symmetric_difference
class
remove
set
inline-if
First
Nearest Value
abs
set
lambda
print
sorted
First
The End of Other
endswith
any
and
comprehension
Mine
First
Checking Perfect Power
math.pow
pow
math
bool
print
13
Ice Base
First
Exploring Wythoff Array
math.sqrt
sqrt
tuple
math
count
3
First
Peaceable Queens
remove
max
print
if-comprehension
in
6
First
Flip of Time
itertools.product
product
itertools
zip
map
7
First
Spaceship Landing Strip
numpy.array
array
numpy
as
re.search
11
First
Cut Into Squares
min
print
sorted
in
list-comp
13
First
e+pi
math.e
e
eval
float
math
15
First
15-puzzle Solvability
index
bool
inline-if
sum
print
20
First
Fibonacci Spiral's End
inline-if
print
range
list
else
First
The Hidden Word
ljust
numpy.array
array
numpy
as
First
Weak Point
argmin
numpy.argmin
numpy.sum
numpy.array
array
First
Transposed Matrix
numpy.array
array
numpy
as
List
First
Skew-symmetric Matrix
numpy.array
array
numpy
as
all
First
Radiation Search
any
enumerate
lambda
sorted
while
First
Disposable Teleports
pop
index
replace
set
sum
First
Moria Doors
replace
set
lower
inline-if
join
First
Counting Tiles
sum
if-comprehension
list-comp
range
comprehension
First
Calculate Islands
union
any
List
typing.List
enumerate
First
Network Attack
dict
items
enumerate
min
None
First
Feed Pigeons
print
while
int
if
First
Similar Triangles
Tuple
typing.Tuple
math.sqrt
sqrt
List
First
Three Points Circle
math.sqrt
sqrt
round
math
inline-if
First
Pearls in the Box
float
round
count
sum
if-comprehension
First
The Greatest Common Divisor
all
while
list-comp
comprehension
int
First
Call to Home
values
List
typing.List
replace
typing
First
Largest Rectangle in a Histogram
min
max
list-comp
range
comprehension
First
The Best Number Ever
First
Digit Stack
case
match-case
append
split
int
First
Caesar Cipher (encryptor)
chr
ord
inline-if
join
list-comp
First
The Most Numbers
min
max
inline-if
list-comp
comprehension
The Game is Worth it!
First
Unfair Dice
enumerate
max
lambda
inline-if
sum
GitHub
First
Find Sequence
numpy.array
array
numpy
as
re.search
2
First
City's Happiness
any
break
set
not
lambda
First
New Cities
break
set
not
or
inline-if
First
Break Rings
keys
all
dict
items
break
First
Node Disconnected Users
update
values
set
sum
while
First
Solution for Anything
class
object
True
First
I Love Python!
sorted
True
First
Numbers Factory
break
sorted
join
while
and
First
Ghosts Age
inline-if
while
in
append
range
First
How to Find Friends
update
remove
or
while
in
First
Open Labyrinth
List
typing.List
pop
typing
while
First
Roman Numerals
items
while
for
First
Moore Neighbourhood
or
sum
if-comprehension
in
and
First
The Hamming Distance
bin
sum
sorted
if-comprehension
list-comp
First
Min and Max
isinstance
get
tuple
zip
map
First
The Angles of a Triangle
math.degrees
degrees
math.acos
acos
round
First
Restricted Sum
inline-if
len
First
Monkey Typing
set
lower
sum
if-comprehension
in
First
Binary Count
bin
count
int
First
Number Base
isdecimal
ord
inline-if
list-comp
list
First
Secret Message
isupper
join
if-comprehension
list-comp
comprehension
Dropbox
First
Crossword Solver
finditer
re.finditer
copy.deepcopy
deepcopy
numpy.array
2
First
ADFGVX Cipher
fromkeys
numpy.array
array
isnumeric
numpy
12
First
Mono Captcha
numpy.array
array
numpy
as
List
19
First
Anagrams By Stacks
enumerate
pop
index
join
while
First
Numbered Triangles
pop
max
inline-if
while
in
First
Determinant
enumerate
inline-if
sum
if-comprehension
list-comp
First
Playfair Cipher
fromkeys
isalnum
dict
lower
or
First
Square Spiral
math.ceil
ceil
math.sqrt
sqrt
math
First
Restricted Prime
while
False
True
if
First
Count Chains
Tuple
typing.Tuple
math.sqrt
sqrt
any
First
IP Network: Route Summarization
zfill
bin
replace
join
list-comp
First
Area of a Convex Polygon
round
abs
sum
append
list-comp
First
Clock Angle
round
abs
inline-if
split
int
First
Saw the Stick
sum
append
range
int
len
First
Humpty Dumpty Form
math.log
log
math.asin
asin
math.pi
First
Achilles and the Tortoise
First
Rotate Hole
all
if-comprehension
list-comp
range
comprehension
Everything is Object
First
The Warriors
class
while
and
else
if
Blizzard
First
AMSCO Cipher
numpy.array
array
numpy
as
enumerate
6
First
Fast Train
List
typing.List
enumerate
min
max
First
Barcode Reader
KeyError
None
except
try
or
First
Mathematically Lucky Tickets
ZeroDivisionError
TypeError
eval
tuple
index
First
Flood Area
finditer
re.finditer
collections.abc.Iterable
r-string
collections
First
Convex Hull
math.asin
asin
math.pi
pi
math.sqrt
First
Shooting Range
math.sqrt
sqrt
round
math
inline-if
First
Identify Block
all
any
items
None
inline-if
First
English to Braille Translator
isdecimal
zfill
bin
ord
map
First
Can Balance
index
typing.Iterable
Iterable
typing
inline-if
First
Painting Wall
enumerate
break
inline-if
while
elif
First
Vigenere Cipher
chr
all
ord
break
inline-if
First
String Conversion
abs
max
sorted
while
if-comprehension
First
Pattern Recognition
all
range
comprehension
len
for
First
Robot Sort
inline-if
join
while
False
append
First
The Rows of Cakes
issubset
iter
next
any
set
First
Word Pattern
zfill
bin
isalpha
inline-if
join
First
Simple Hashlib
hashlib.new
new
hashlib
update
First
Worth of Words
enumerate
max
lambda
sum
list-comp
Rock
First
Triangular Islands
typing.Set
Set
any
enumerate
typing.Iterable
First
Mountain Scape
Tuple
typing.Tuple
List
typing.List
set
First
Keywords Finder
index
break
lower
lambda
print
First
Sort by Removing
sorted
while
if-comprehension
True
list-comp
First
Sum Consecutives
append
range
else
len
for
First
Find Quotes
finditer
re.finditer
re
inline-if
list-comp
Codeship
First
Ugly Numbers
set
sum
sorted
while
list-comp
17
First
Workout
filter
List
typing.List
enumerate
index
First
Unique Email Addresses
enumerate
index
set
lower
print