Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
7ff8579a
Commit
7ff8579a
authored
Oct 06, 2019
by
Nurma Ayu Wigati S. Subroto
Browse files
menampilkan waktu akses web saat ini (local time)
parent
c3eb012d
Pipeline
#21952
failed with stages
in 101 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
waktu.py
0 → 100644
View file @
7ff8579a
import
time
;
localtime
=
time
.
asctime
(
time
.
localtime
(
time
.
time
())
)
print
"Waktu lokal saat ini :"
,
localtime
\ No newline at end of file
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