hpr0302 :: Python Programming Part 3

Xoke
Ngôn ngữ: English
Source:
Now Playing

1/1hpr0302

00:00
00:00
1 Chương
  • 1. hpr0302

Giới thiệu

Summary: Xoke continues the Programming 101 series

Series: Programming 101

Source: [http://hackerpublicradio.org/eps.php?id=0302](http://hackerpublicradio.org/eps.php?id=0302)

for x in range(1, 10):

print(x)

for x in range(1, 11):

print(x)

y = 0

for x in range(1,101):

y = y + x

print(y)

y = 0

x = 1

while x < 101:

y = y + x

x = x + 1

print (y)

x = 0

y = 0

z = 1

while z < 100:

x = y

y = z

z = x + y

print (z)

x = 0

y = 0

z = 1

while z < 100:

print (z)

x = y

y = z

z = x + y

x = 0

y = 0

z = input('What number do we start from?')

i = input('And up to which number should we calculate')

while z < i:

print (z)

x = y

y = z

z = x + y

Bình luận

Hãy là người đầu tiên bình luận

Chưa có bình luận nào về nội dung này. Hãy bắt đầu cuộc trò chuyện!

Thẻ: hpr0302 :: Python Programming Part 3 audio, hpr0302 :: Python Programming Part 3 - Xoke audio, free audiobook, free audio book, audioaz

SPONSORED AD