Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Day 6 - Functions
JkSoftware
Nov 9th, 2021
(
edited
)
135
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
print
(
"hello"
)
num_
=
len
(
"hello"
)
print
(
num_
)
def
my_function
(
)
:
print
(
"hello"
)
print
(
"bye"
)
my_function
(
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
C++ | 2 min ago | 1.38 KB
Пособие/«Уничтожение массива»
C++ | 10 min ago | 5.54 KB
Untitled
C++ | 11 min ago | 3.69 KB
Tournament of Christmas
C++ | 13 min ago | 1.19 KB
Tourist Shop
C++ | 25 min ago | 0.88 KB
The Pyramid Of King Djoser
C++ | 45 min ago | 0.99 KB
Periods of Words
C++ | 54 min ago | 0.88 KB
lesson18_322
C++ | 54 min ago | 2.47 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!