Hey there coders it is a easy code python beginners here is the code
num1 = 1
num2 = 6
sum = num1 + num2
print('The sum is {0}+{1}={2}'.format (num1,+ num2, sum))
then a fun code for beginners an infinity sum code it is really fun and satisfying. here is the code
n = 0
while(True):
print(n)
n = n + 1
so this is the code its for fun.
note: it can lag for some compilers.
0 comments:
Post a Comment