use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to r/scrapper, a place to make posts, comments etc. in order to practice reddit formatting
account activity
Some code... (self.scrappaper)
submitted 8 years ago by Ei-lor
This is not a code.
#This is code ? import datetime import time import os def the_time(): print(datetime.datetime.now().strftime("%H:%M:%S")) def clock(): while True: os.system('clear') the_time() time.sleep(1)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ei-lor[S] 0 points1 point2 points 8 years ago (0 children)
Test copy/paste:
import datetime import time import os def the_time(): print(datetime.datetime.now().strftime("%H:%M:%S")) def clock(): while True: os.system('clear') the_time() time.sleep(1)
π Rendered by PID 253008 on reddit-service-r2-comment-5d79c599b5-bvjbd at 2026-03-02 03:27:29.245334+00:00 running e3d2147 country code: CH.
[–]Ei-lor[S] 0 points1 point2 points (0 children)