Code:
x = 0
a = 6
b = 6
c = 1
for i in range(2*n):
x = x + c
c = c + b
b = b + a
print x
x = 0
a = 6
b = 6
c = 1
for i in range(2*n):
x = x + c
c = c + b
b = b + a
print x
# User input
num = int(raw_input("Determine the factors of what number ? "))
# Display factors in one line
print "The factors are:",
# Variable set
test = 1
while True:
import time
print "Testing word calculator v.1"
time.sleep(1)
S = input("Enter first number to be added: ")
S2 = input("Enter second number to be added: ")
num = S + S2
numDict1
Leave a comment: