TRYING TO REACH INFINITY WITH CODE !!

Опубликовано: 29 Март 2021
на канале: 4WH
36
3

Hello, and welcome to my first video.


Time Stamps: -

00:00 Coding
00:24 PC Computing for (n+= 1)
00:38 PC Computing for (n x 2)
00:46 PC Computing for (n to the power of 2)
01:00 PC Computing for (n to the power of 10)
01:23 PC Computing for (n to the power of 1000 !!)
02:13 See You Again


Source Code: -
n = 0
while True:
print(n ** 1000) # you can change here !!
n += 1

In this video, i tried some fun stuff with #whileloop of #python , using it to reach #infinity
#raghuvansh #raghuvanshmani #code

Copyright disclaimer under section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.