Skip to content

Meresnes/meresnes.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meresnes.github.io

About me:

My name is Petrov Roman

Languages:

-Python

-C#

-JavaScript

My social networks:

My photo:

'Ph'

Lr

print('Вывод списка : ')

lst = [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946]

print(lst)

print('Вывод каждого второго числа из данного списка : ')

lst1 = lst[::2]

print(lst1)

print('Сумма данных чисел =', sum(lst1))

'Lr'

Программирование на python:

Компьютерная графика:

Веб-проектирование:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published