keyboard_arrow_left keyboard_arrow_right
Thanush' Project

National Flag using Coding

Description:
Nothing is better than using your coding skills to draw something you are proud of - “Our National Flag”. This is a good practice for any code enthusiast as it has the combination of all main concepts of programming - be it using definite loops like for loop or creating user defined functions to make this.
Click on
   
play icon below to run the code and see the magic unfolding.

Python story generator


from turtle import *
#python story generator

def thanush_python_story_generator_user_defined():
    print("""hello,welcome to the python story generator in this generator
    you will be making your own story""")

    email = input("if you want to use this app you need to type you email:")
    print("please proceed")

    name = input("name:")
    print("please proceed")

    print("welcome to the story,generator,please proceed!")

    title = input("what is the title of the story:")
    print("good")
    print("please proceed")

    sub = input("what is the subtitle of the story:")
    print("nice!")
    print("please proceed")

    slide = input("so, what's your first slide you want to add:")
    print("nice")
    print("your slide:",slide)
    print("is now a slide that you can add to the story!")
    print("please proceed")

    slides = input("you need to fill another 3 times this slides to convert this in to a story:")
    print("good")
    print("please proceed")

    slide1 = input("slide2:")
    print("nice")
    print("please proceed")

    slide2 = input("slide3:")
    print("nice")
    print("please proceed")

    slide3 = input("slide4:")
    print("nice")
    print("please proceed")

    print("done converting your story")
    print("title:",title)
    print("subtitle:",sub)
    print("story:",slide,slides,slide1,slide2,slide3)

thanush_python_story_generator_user_defined()
                                    
Name: Thanush Manchikanti
Grade: 5
Be the Next Creator like :