top of page
Square Stage
Kids having fun Wall Painting

silly_name1 = input('Enter first silly name: ')

silly_name2 = input('Enter second silly name: ')

silly_name3 = input('Enter third silly name: ')

silly_name4 = input('Enter fourth silly name: ')

silly_name5 = input('Enter fifth silly name: ')

 

character_trait = input('Enter a cool character trait: ')

unrealistic_profession = input('Enter a crazy profession: ')

real_country = input('Enter a real country: ')

crazy_colour = input('Enter crazy colour: ')

adjective = input('Enter an adjective: ')

adverb = input('Enter an adverb: ')

facial_feature = input('Enter a facial feature: ')

african_city = input('Enter an African City: ')

verb = input('Enter a verb: ') noun = input('Enter a noun: ')

 

print('Meet our hero ' + (silly_name1) + ', a super-' + (character_trait) + ' person that is a ' + (unrealistic_profession) + '. A run-in with the ' + (real_country) + ' military leads him to create his alter-ego, '+(silly_name2) + ' a ' +(crazy_colour) + ' ' + (adjective) + ' giant capable of great destruction. He ' + (adverb) + ' battles the military with his girlfriend ' + (silly_name3) + '. Eventually it is discovered that our heros long-time colleague ' + (silly_name4) + ' distinguished by his ' + (facial_feature) + ' was trying to turn ' + (silly_name2) + ' into a weapon, leading to a climatic, but pointless battle in downtown ' + (african_city) + ' with an evil version of the same giant alter-ego called ' + (silly_name5) + '. Eventually the enemy is subdued by ' + (verb) + 'ing him with a ' + (noun))

Phone on Desk

© 2021 by Jason Daniels. Always Learning.

bottom of page