Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions file.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
a = [1, 2, 3, 5, 6, 7]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошая идея впереди писать что то вроде: коммента

# program do ...

a =...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

правильней начинать

# about program,

a=..

тогда я понимаю что программа делает

for element in a:
# b = raw_input("vvedi num")
if element < 5:
print (element)
#elif element > b:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут уместнее использовать multiline commets
https://stackoverflow.com/questions/7696924/way-to-create-multiline-comments-in-python

# print (element)
#else:
# print ("bingo")