How To Make a Hack of Create Many Files Using python

 Hello Friends,

I am Ashish,

In this blog, I will give you a python code for Create Many Folders Using python

copy The below code and paste it where you want.                                       Also, It's my first blog

a=1#Ye code baccho ke liye haanikaarak hai Ashish Dwara banaya gya hai
b="Ashish4"
while True:
    a=a+1
    b="Ashish4"+str(a)+".bat"
    g=open(b,"w")
    g.write("Hack")
    g.close()

Comments

Popular posts from this blog

How to make a rainbow drawing using python Turtle