-
string randomizing TOP NEW
super fun random string thing prefix has stuff put before the random string import random, string from datetime import datetime random.seed(datetime.now().timestamp()) prefix = "" randomstring = prefix + "".join(random.choices(string.ascii_letters + string.digits, k=16)) print(randomstring) ok thaats it Read More
-
aiohttp testing TOP NEW
Roblox Picture Getter! No web scraping with this one boys import json,aiohttp,asyncio async def bruh(): async with aiohttp.ClientSession() as session: username = "Roblox" url = "https://users.roblox.com/v1/usernames/users" userIdRequestJSON = json.dumps({"usernames": [username], "excludeBannedUsers": True}) ... Read More
-
How long is change? TOP NEW
-
Java Testing TOP NEW
omg java sphere data from just a radius?? no way impossible! import javax.swing.*; import java.text.*; class Main { public static void main(String[] args) { double sphereRadius,sphereDiameter,sphereCircumference,sphereSurfaceArea,sphereVolume; String sphereRadiusInput = JOptionPane.showInputDialog(null,"What is the radius of the sphe... Read More
-
Python Testing TOP NEW
-
Javascript Testing TOP NEW
-
Testing! TOP NEW
testingā¦ testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing te... Read More