in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
Notice anything different? I would like to know what you think about the graphical reface of the channel!
4 - 0
def mystery_function( a, b ):
total = 0
for i in range( a, b ):
if i % 2 == 0:
total += i
else:
total -= i
return total * 2 if total > 0 else -total // 2
print(mystery_function( 2, 7 ))
5 - 0
def mystery_function( x, y ):
result = x * y
if result % 2 == 0:
return result // 2
else:
return result + 1
print( mystery_function( 3, 4 ) )
4 - 0
numbers = [ 2, 4, 6, 8, 10 ]
numbers.append( 12 )
numbers.remove( 4 )
numbers.insert( 2, 5 )
result = sum( numbers[ 1 : 4 ] )
3 - 0
There are only 10 types of people in the world: those who understand binary and those who don't.
5 - 0
What is one limitation of the first part of the second sutra in Vedic Mathematics?
Need help? Watch this video to learn more!
https://www.youtube.com/watch?v=NBuGt...
4 - 0
I make python tutorials that explain concepts in a short and simple way!
Currently exploring the world of Vedic Math.
Check out my GitHub for all source code (github.com/IntegerNumber01).
100 Subs - February 6, 2023
200 Subs - May 14, 2023
Thank you so much!
300 Subs ❌
400 Subs ❌
500 Subs ❌
750 Subs ❌
1K Subs ❌
2.5K Subs ❌
5K Subs ❌
7.5K Subs ❌
10K Subs ❌
We still have a long way to go!