Games Achievements My Kong Sign In
avatar for Tossidin

Tossidin

Latest Activity: Played Just Chatting (Jun 1, 2017 7:57am)

Points needed for next level: 52 Level

  • Friend
  • Private Message
  • Tools
  • Member Since

    Feb. 04, 2010

COME AT ME BRO

def bubble(l):
    for num in range(len(l)-1,0,-1):
        for i in range(num):
            if l[i] > [i+1]:
                temp = l[i]
                l[i] = l[i+1]
                l[i+1] = temp

def simple_days(key):

	b = [101, 102, 108, 105, 110, 32, 111, 118, 121, 119]
	bubble(b)


	res = '\n'
	for k in key:
		res += chr(b[k])

	print(res)

digits = [2, 1, 4, 3, 5, 1, 0, 4, 6, 7, 1]

simple_days(digits)

Code time over!

Activity Feed

    Tossidin has not published any activity yet.Would you like to post a shout to welcome them to Kongregate?

See all shouts »
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate