This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = 0 | |
b = 0 | |
while (a <= 0 and b <= 0): | |
try: | |
a = float(input('Pierwszy bok [cm]: ')) | |
if a <= 0: | |
raise ValueError | |
b = float(input('Drugi bok [cm]: ')) | |
if a <= 0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang='pl'> | |
<head> | |
<meta charset='utf-8'> | |
<meta name='viewport' content='width=device-width'> | |
<title>Sprawdzian</title> | |
<style> | |
html, | |
body { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"TESTOOR #420", | |
"symbol":"TESTOOR", | |
"description":"tests the shit out of everything", | |
"seller_fee_basis_points":500, | |
"image":"https://ipfs.io/ipfs/QmcSdKMcJmkbY4J7EkNTUDbEPa6Tj2QM7tDZFATghXAU9k", | |
"external_url":"nftarmory.me", | |
"edition":"2022", | |
"attributes":[ | |
{ |