quidditch Related Stuff

Sort:
FunnyLaptop

ring-tailed_lemur

Ah, Scratch?

FunnyLaptop

Yes

SofiaCretu2010

I know Scratch happy.png

I know how to program robots

FunnyLaptop

Really! Cool! I only know how to do basic coding.

smarticecream

I know how to code Python

 

import random

lowercase = "abcdefghijklmnopqrstuvwxyz"
uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
number = '0123456789'
symbol = '!@#$%^&*()?_-,<>/|'
length = int(input("Insert the length of your password"))

while (length < 8 or length > 20):
length = int(input('Choose a length between 8 and 20.'))

password = ''

for i in range(length/4):
lower = random.choice(lowercase)
upper = random.choice(uppercase)
num = random.choice(number)
sym = random.choice(symbol)
password = password+lower+upper+num+sym

if int(length) % 4 != 0:

print(password)

alpha_zer000

i know scratch python c java html etc..

Maiden_of_the_Lilies
alpha_zer000 wrote:

i know scratch python c java html etc..

Same

Retr0DaPetr0

Hmm... why not a bludger

FunnyLaptop

the red ball is a bludger

Retr0DaPetr0

wha?? bludger is black and quaffle is red