------------------------------------------------------------
commit bf4e0db21a0cfad809035f1fdf7f4bc958bac3ab
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sun Nov 10 18:33:18 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1febd0b..ed48138 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,14 @@ buildHtml theme roboto +container 600px -hello world +css iframe {box-shadow: none} -step1.py +# testing python iframe + +container 500px + +iframes https://hub.scroll.pub/testingpy/step1.py + +<hr> ------------------------------------------------------------
commit 122f9efd1f01c4348b9a2d6180c60539efc48bd9
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sun Nov 10 17:53:29 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index f42e6f8..1febd0b 100644 --- a/index.scroll +++ b/index.scroll @@ -4,5 +4,4 @@ theme roboto hello world -inspectBelow step1.py ------------------------------------------------------------
commit 9fe14ed7bf03e702eb67d504b58b25348ad5dd1c
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sun Nov 10 17:53:11 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1dd9be1..f42e6f8 100644 --- a/index.scroll +++ b/index.scroll @@ -3,4 +3,6 @@ buildHtml theme roboto hello world + +inspectBelow step1.py ------------------------------------------------------------
commit 71edddcca1e6c0f5cf1513289513064167240083
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sun Nov 10 06:16:37 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index fa3d2d6..1dd9be1 100644 --- a/index.scroll +++ b/index.scroll @@ -2,4 +2,5 @@ buildHtml theme roboto +hello world step1.py ------------------------------------------------------------
commit 9f7bbcaa9df8d5490f6ab46bb4b27a534a8ab57b
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sun Nov 10 06:16:02 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 79a8699..fa3d2d6 100644 --- a/index.scroll +++ b/index.scroll @@ -2,4 +2,4 @@ buildHtml theme roboto -https://suno.com/song/188266a0-3256-4122-b4cf-aa603e2b0162 +step1.py ------------------------------------------------------------
commit a9d3f824d37f9d0c4b85d9116ccb568338fe7f07
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sat Nov 9 23:30:20 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 713ea60..79a8699 100644 --- a/index.scroll +++ b/index.scroll @@ -2,6 +2,4 @@ buildHtml theme roboto -import step1.py - -printSourceStack +https://suno.com/song/188266a0-3256-4122-b4cf-aa603e2b0162 ------------------------------------------------------------
commit 03b2230f57b21924f93babcf1f6e8f9eb2101c37
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sat Nov 9 23:23:21 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index e5444da..713ea60 100644 --- a/index.scroll +++ b/index.scroll @@ -3,3 +3,5 @@ buildHtml theme roboto import step1.py + +printSourceStack ------------------------------------------------------------
commit add0dc2941bd3b249f7fdd2d7964e5d326471226
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sat Nov 9 23:22:38 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index fa3d2d6..e5444da 100644 --- a/index.scroll +++ b/index.scroll @@ -2,4 +2,4 @@ buildHtml theme roboto -step1.py +import step1.py ------------------------------------------------------------
commit c016b0c63dada7c2fc1b72d61da0469f12623064
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sat Nov 9 23:20:02 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..fa3d2d6 100644 --- a/index.scroll +++ b/index.scroll @@ -2,4 +2,4 @@ buildHtml theme roboto -Hello World my name is +step1.py ------------------------------------------------------------
commit e8ccca6f00f9b57f681ff38cdcd8f61a197e8066
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Sat Nov 9 23:19:47 2024 +0000 Updated step1.py diff --git a/step1.py b/step1.py index e69de29..d111e3c 100644 --- a/step1.py +++ b/step1.py @@ -0,0 +1,7 @@ +import datetime + +# Get the current time +current_time = datetime.datetime.now() + +# Print the current time +print("Current Time:", current_time.strftime("%H:%M:%S")) \ No newline at end of file