--VSCoder-- on Scratch
@VivaanSa
oof im banned
0
alarmClockAn alarm clock.
7
0
0
File Handling in Python
The function for working with files in Python is the open() function.
open() Takes 2 parameters file, and mode.
"r" - Read
Challenge
Randomness
__
Define a function, random_number, that takes no parameters. The function must generate a random integer between 1 and 100,
AustinZhang1 simple random.randint:
import random
def random_number():
number = random.randint(1, 100)
print(number)
random_number()2 years ago
Press Chat
It's Coming soon, I'm working on the switch theme button.
See the trailer here!: https://press-chat.vivaansa.repl.co/TRAILER.mp4
I recentl
HahaYes smh don't copy what I do. Do your own thing. If you are gonna do this, I guess I will continue my journey as #12 years ago
Are you a fan of quizzes? If so, then I've got something you'd like, let's get started!
Python
Quiz my program here that can tell you the capital city of any country.
If it doesn't know, it will Ask You.
Let's see if we can get every country/ca
Python
DynamicSquid oh, and btw, that's not how files work. I can't see other people changes to the file. it's only local to them.3 years ago
Type In Whatever You Want!!
Select Encrypt/Decrypt for Task
This is a Secure Secret Code Program That will convert your messages to a Secret Code.
A Secure Password Generator which creates passwords that are pretty hard to crack. Credits to @JosephSanthosh for helping me A LOT . Also credits to B
Python
Type In Whatever You Want!!
Select Encrypt/Decrypt for Task
This is a Secure Secret Code Program That will convert your messages to a Secret Code.
Python
Type In Whatever You Want!!
Select Encrypt/Decrypt for Task
This is a Secure Secret Code Program That will convert your messages to a Secret Code.
Python