Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vikrant Rajan
python-projects
Commits
c70d9a5c
Commit
c70d9a5c
authored
Dec 24, 2019
by
Vikrant Rajan
Browse files
test
parent
74f98d8d
Pipeline
#164
canceled with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Basics/basics.py
deleted
100644 → 0
View file @
74f98d8d
# SECTION 1
# import datetime
# print("The date and time is: ", datetime.datetime.now())
# SECTION 2
# import datetime
# nowDate = datetime.datetime.now()
# myNumber = 10
# myText = "Hello"
# print(nowDate, myNumber, myText)
# SECTION 3
numbers
=
[
123
,
1234.34
,
123.45
]
print
(
numbers
.
count
(
123
))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment