Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kurs_alx_pcz
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
kurs_alx_pcz
Commits
6951d3f8
Commit
6951d3f8
authored
Nov 15, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Programy pisane w Notepad++
parent
ec4b5caf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
hello.py
dzien1/konsola/hello.py
+4
-0
rozmowa.py
dzien1/konsola/rozmowa.py
+13
-0
No files found.
dzien1/konsola/hello.py
View file @
6951d3f8
print
(
'Hello world'
)
print
(
'Hello world'
)
print
(
"To też jest napis"
)
print
(
'Ala'
,
end
=
''
)
print
(
' ma kota'
)
print
(
'wynik mnożenia'
,
3
*
123
,
'aha'
,
sep
=
','
)
dzien1/konsola/rozmowa.py
0 → 100644
View file @
6951d3f8
print
(
'Witamy w kolejnym programie'
)
imie
=
input
(
'Jak masz na imię? '
)
print
(
'Witaj'
,
imie
)
wiek
=
int
(
input
(
'Ile masz lat? '
))
print
(
'To za rok będziesz mieć'
,
wiek
+
1
)
if
wiek
>=
18
:
print
(
'Możesz kupić piwo'
)
else
:
print
(
'Jesteś osobą niepełnoletnią'
)
print
(
'Żegnaj...'
)
Write
Preview
Markdown
is supported
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