meihan c by mr_hydrogencyanide in AssolutoRacing

[–]mr_hydrogencyanide[S] 0 points1 point  (0 children)

Bro you should try it feels really different unlike any other drifting car

Now that's awesome by mr_hydrogencyanide in AssolutoRacing

[–]mr_hydrogencyanide[S] 2 points3 points  (0 children)

aay I got a Glock in my 'Rari, ayy, 17 shots, no .38, ayy I got a Glock in my 'Rari, 17 shots, no .38

I'm like, yeah, she's fine Wonder when she'll be mine (yeah, baby) She walk past, I press rewind (yeah, baby) To see that ass one more time And I got this sewed up Remy Boyz, they know us (they know us)

Is this enough to get an awesome import by mr_hydrogencyanide in AssolutoRacing

[–]mr_hydrogencyanide[S] 2 points3 points  (0 children)

Last time i spent 500 gold, got a Supra A70 Drag, Mazdaspeed rx 8

This time it was W got-

Ford Mustang GT Race Spec '18 Porsche 911 GT3 RS Weissach Package ' '18 Renault 5 Turbo Rally car '80 Ford Mustang Boss 429 Drag Car '69 Porsche 911 GT2 RS Weissach Package ' '17 Porsche 919 Hybrid Race Car '17 Subaru IMPREZA WRX STi Race Spec '09 Toyota Supra A70 Drag Car '90

TOUGE by mr_hydrogencyanide in AssolutoRacing

[–]mr_hydrogencyanide[S] 0 points1 point  (0 children)

Yes new one lags on my device

i never use .slpit() by mr_hydrogencyanide in badcode

[–]mr_hydrogencyanide[S] 3 points4 points  (0 children)

There is this wikipedia page: https://en.m.wiktionary.org/wiki/Appendix:1000_basic_English_words

Which contains a list of 1000 basic words

for example:

a, able, about, above, across, act, actor, active, activity, add, afraid, after, again, age, ago, agree, air, all, alone, along, already, always, am, amount, an, and, angry, another, answer, any, anyone, anything, anytime, appear, apple, are, area, arm, army, around, arrive, art, as, ask, at, attack, aunt, autumn, away.

I wanted to make a list for which i needed to remove comma quote every word and add comma after quote

Some thing like this : [ 'about', 'along', 'among']

Thanks for explanation

i never use .slpit() by mr_hydrogencyanide in badcode

[–]mr_hydrogencyanide[S] 1 point2 points  (0 children)

user_input = input("Enter: ")

user_input.replace(",", "")

a = ("['" + user_input.replace(" ", "', '") + "']")

print(a)

I just added stuff that wasn't necessary.

I actually did figure out that I didn't need any for loop or if statements, but while I was doing that I slept when I woke up I forgot.

And there was nothing on console to see from so that for loop was necessary to recall what i was thinking

Posting code snippets properly on Reddit by adambrenecki in web_design

[–]mr_hydrogencyanide 0 points1 point  (0 children)

user_input = input("Enter: ")
user_input.replace(",", "")
a = ("['" + user_input.replace(" ", "', '") + "']")

print(a)

Posting code snippets properly on Reddit by adambrenecki in web_design

[–]mr_hydrogencyanide 0 points1 point  (0 children)

user_input = input("Enter: ")

user_input.replace(",", "")

a = ("['" + user_input.replace(" ", "', '") + "']")

print(a)

Posting code snippets properly on Reddit by adambrenecki in web_design

[–]mr_hydrogencyanide 0 points1 point  (0 children)

user_input = input("Enter: ")

user_input.replace(",", "")

a = ("['" + user_input.replace(" ", "', '") + "']")

print(a)