16
Bifftastic
3 13 28
1309/ 1445
James Stewart
Last seen 2 days ago
Member for 9 months, 9 days
Difficulty Easy
I like to learn.

Missions (131) / Solutions (77)
Best solutions / Newest solutions
Strings and Integers
quest grind
The Longest Word
max
print
split
str
len
1
1
quest grinding
Perfect Number Checking
bool
not
sum
print
if-comprehension
1
2
quest grinding
Find Remainder
print
int
1
1
quest grinding
Convert Date
case
match-case
f-string
re.search
search
2
1
quest grinding
Replace All Occurrences
replace
print
str
3
2
quest grinding
Convert To Title Case
title
print
str
4
quest grinding
Integer Sign Determination
get
print
True
int
str
9
quest grinding
Sum of Integers
sum
print
range
comprehension
int
11
Quest
Rectangle Perimeter
print
int
12
quest grinding
First Word
replace
print
split
str
18
1
First
Maximum Among Three
max
print
int
1
quest grinding
Count Divisibles in Range (simplified)
print
int
quest grinding
Cut Sentence
isalpha
break
print
range
else
quest grinding
Longest Common Prefix
zip
break
set
print
join
quest grinding
Leap Year Checking
bool
not
inline-if
print
False
quest grinding
Armstrong Number Checking
bool
sum
print
False
True
quest grinding
All Permutations
collections.abc.Iterable
itertools.permutations
permutations
itertools
collections
quest grinding
Reverse Integer
inline-if
print
int
str
quest grinding
Fuzzy String Matching
f-string
enumerate
bool
sum
print
working way harder than smarter, but done
Goes Right After
find
abs
bool
print
False
2
quest grinding
Middle Characters
print
else
str
len
if
quest grinding
Fizz Buzz
not
print
elif
and
else
quest grinding
All Upper I
isupper
replace
isdigit
bool
or
First
Beginning Zeros
break
print
else
int
str
quest grind
Sum Numbers
isdigit
except
try
sum
print
quest grinding
End Zeros
print
range
else
int
str
First
Three Words
isalpha
isdigit
bool
print
elif
quest grinding
The Most Wanted Letter
values
get
items
isalpha
min
List but not the least
2 pythons enter, 1 python leaves. Which way should i focus on learning?
Stock Profit
index
min
max
inline-if
print
3
2
quest grinding
Median
numpy.median
median
numpy
float
sort
6
1
quest grinding
Sort Except Zero
collections.abc.Iterable
insert
collections
enumerate
Iterable
8
1
quest grinding
Right to Left
tuple
replace
print
list
str
20
2
quest grinding
Remove All Before
collections.abc.Iterable
ValueError
collections
index
Iterable
3
quest grinding
Majority
is
None
bool
count
or
quest grinding
Replace First
collections.abc.Iterable
collections
Iterable
inline-if
print
quest grinding
All the Same
Any
typing.Any
List
typing.List
bool
2
quest grinding
Index Power
finally
IndexError
except
try
print
practice
Even the Last
except
try
print
list
int
Look up in the Dict()
quest grinding
Move Zeros
typing.Iterable
None
Iterable
typing
inline-if
3
2
quest grinding
Blood distribution
dict
items
min
in
int
3
quest grinding
Popular Words
dict-comp
dict
count
print
split
18
1
quest grinding
Bigger Price
dict
lambda
print
sorted
True
1
quest grinding
YAML. Simple Dict
strip
dict-comp
dict
isdigit
inline-if
1 shot
Count Digits
isdigit
sum
print
if-comprehension
comprehension
quest grinding
Best Stock
float
dict
max
lambda
print
Strings Theory
quest grinding
Is String a Number?
isdigit
bool
print
False
True
2
1
quest grinding
Is String a Number? (Part II)
ValueError
float
any
isalpha
bool
2
2
quest grinding
Long Pressed
groupby
itertools.groupby
any
itertools
zip
2
2
Quest
Correct Capital
istitle
islower
isupper
bool
or
3
1
quest grinding
Acceptable Password VI
all
any
map
isalpha
isdigit
7
1
quest grinding
Sun Angle
typing.Union
Union
datetime.strptime
strptime
as
16
2
quest grinding
Adjacent Letters
pop
print
join
and
append
quest grinding
Long Repeat
max
not
print
range
else
quest grinding
Pangram
ascii_lowercase
string.ascii_lowercase
string
isalpha
bool
List, list and list again
quest grinding
Colorful Disks
Ellipsis
reversed
float
tuple
print
1
quest grind
When "k" is Enough!
collections.defaultdict
defaultdict
Any
typing.Any
collections
2
1
quest grinding
Replace Last
typing.Iterable
Iterable
not
typing
inline-if
6
1
quest grinding
Beat The Previous
not
or
print
append
range
16
quest grinding
Split Pairs
typing.Iterable
Iterable
typing
print
list-comp
20
1
quest grinding
Not in Order
zip
sum
print
sorted
if-comprehension
quest grinding
Sum by Type
isinstance
tuple
not
sum
print
quest grinding
The Highest Building
zip
enumerate
max
lambda
sum
quest grinding
Split List
Any
typing.Any
typing.Iterable
Iterable
typing
quest grind
Sort Array by Element Frequency
collections.Counter
Counter
collections
index
typing.Iterable
Different kind of sets
quest grinding
Shorter Set
discard
continue
enumerate
set
print
quest grinding
Expand Intervals
update
typing.Iterable
Iterable
set
typing
Ice Base
quest grinding
Count And Say
groupby
itertools.groupby
f-string
itertools
print
4
quest grinding
The Greatest Common Divisor
math.gcd
gcd
math
int
quest grinding
Caesar Cipher (encryptor)
isspace
chr
ord
inline-if
join
quest grinding
The Best Number Ever
math.isnan
isnan
randint
random.randint
complex
quest grinding
Weak Point
enumerate
index
min
sum
list-comp
quest grinding
The Most Numbers
min
max
inline-if
GitHub
quest grinding
I Love Python!
Everything is Object
quest grinding
The Vampires
dataclasses.field
field
Type
typing.Type
dataclass
quest grinding
The Defenders
dataclasses.field
field
Type
typing.Type
dataclass
quest grinding
Army Battles
dataclasses.field
field
Type
typing.Type
dataclass
quest grinding
The Warriors
dataclass
dataclasses
dataclasses.dataclass
class
property