import math
import random
import time
import datetime as dt
EggBinar = ['''
______
/ \
/ \
/ | | \
| | |
| __ _|
\ / \ /
\ / \ /
/|\ /|\ ''']
print("Welcome to the world of CCmon please be patient \n\n before you can enter this world we need a little information \n\n to make the right character for this world")
UserName = input("What is your name?: ")
UserGender = input("Are you Male or Female: ")
print("Welcome ", UserName, " to the world of CCmon My name is Proffesor Albert Iggyness or Prof AI for short.")
print("This world is inhabited by computer made monsters that were brought to life using ancient technology")
print("These Monsters are the subject of my Research but instead of just telling you let me show you one")
print(EggBinar(len(0)))
print("That my friend is a CCmon known as EggBinar")
import random
import time
import datetime as dt
EggBinar = ['''
______
/ \
/ \
/ | | \
| | |
| __ _|
\ / \ /
\ / \ /
/|\ /|\ ''']
print("Welcome to the world of CCmon please be patient \n\n before you can enter this world we need a little information \n\n to make the right character for this world")
UserName = input("What is your name?: ")
UserGender = input("Are you Male or Female: ")
print("Welcome ", UserName, " to the world of CCmon My name is Proffesor Albert Iggyness or Prof AI for short.")
print("This world is inhabited by computer made monsters that were brought to life using ancient technology")
print("These Monsters are the subject of my Research but instead of just telling you let me show you one")
print(EggBinar(len(0)))
print("That my friend is a CCmon known as EggBinar")