character_name = "Spandan" character_age = "15" gender_type = "he" character_gender = "boy" character_location = "India" print ( "There is a boy who is known to everyone as " +character_name + "." ) print ( "well " +gender_type+ " was a " +character_age + " years old " +character_gender+ "," ) print ( "He lived in the country of " +character_location+ "." ) print ( "He really liked the name " +character_name+ "." ) print ( "But he did not like to be " +character_age + " years old" )
Comments
Post a Comment