Welcome ; Threads(18) ; Random ; Menu ; Help
let us not grow weary of doing good Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset

Count
Items on page: 1
Untitled
#py; #run

for num in range(1,101):
    string = ""
    if num % 3 == 0:
        string = string + "Fizz"
    if num % 4 == 0:
        string = string + "Buzz"
    if num % 4 != 0 and num % 3 != 0:
        string = string + str(num)
    print(string)

; 1b7a349d; thanks ; +cart
query.sql


		SELECT
			item_flat.file_path file_path,
			item_flat.item_name item_name,
			item_flat.file_hash file_hash,
			item_flat.author_key author_key,
			item_flat.child_count child_count,
			item_flat.parent_count parent_count,
			item_flat.add_timestamp add_timestamp,
			item_flat.item_title item_title,
			item_flat.item_score item_score,
			item_flat.labels_list labels_list,
			item_flat.item_type item_type,
			item_flat.item_order item_order,
			item_flat.item_sequence item_sequence
		FROM
			item_flat
	 
		WHERE
			item_flat.file_hash IN (
				SELECT
					file_hash
				FROM
					item_label
				WHERE
					label = 'py' OR
					label IN (
						SELECT label
						FROM label_parent
						WHERE label_parent = 'py'
				)
			)
			AND item_flat.item_score >= 0
			 ORDER BY item_flat.add_timestamp DESC LIMIT 100

Cart
Paste
PrintedInfo

Q: When was this page printed?
Printed: May 15 2024 05:14:16.

Q: How old was the page when downloaded?
Age: Fresh!
pollyanna: fc2d252

Q: How can I get a fresher copy?
A: Ask the server to

PageMap