Channel Avatar

IntegerNumber @UCGalx8a3BGQWNFlB8aNdVtQ@youtube.com

234 subscribers - no pronouns :c

I make python tutorials that explain concepts in a short and


Welcoem to posts!!

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

IntegerNumber
Posted 2 months ago

Notice anything different? I would like to know what you think about the graphical reface of the channel!

4 - 0

IntegerNumber
Posted 1 year ago

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

IntegerNumber
Posted 1 year ago

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

IntegerNumber
Posted 1 year ago

numbers = [ 2, 4, 6, 8, 10 ]
numbers.append( 12 )
numbers.remove( 4 )
numbers.insert( 2, 5 )
result = sum( numbers[ 1 : 4 ] )

3 - 0

IntegerNumber
Posted 1 year ago

I AM STILL ALIVE!! Just very busy with school work, hopefully a video in the next week....

2 - 0

IntegerNumber
Posted 1 year ago

Coming back with Java videos! Stay tuned!

4 - 0

IntegerNumber
Posted 1 year ago

I won't be able to create long-form videos until August. Sorry about that.

2 - 0

IntegerNumber
Posted 1 year ago

There are only 10 types of people in the world: those who understand binary and those who don't.

5 - 0

IntegerNumber
Posted 1 year ago

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

IntegerNumber
Posted 1 year ago

What do YOU think computer science is about?

3 - 0