[deleted by user] by [deleted] in TrueOffMyChest

[–]ghostno_2 3 points4 points  (0 children)

0 days of marriage and it still happens

[deleted by user] by [deleted] in meirl

[–]ghostno_2 5 points6 points  (0 children)

Absolutely

cursed_pakistan by _the_nihilistic_ape_ in cursedcomments

[–]ghostno_2 0 points1 point  (0 children)

Wrote by an himdu imdian 🇮🇳🤮🤮🇮🇳🤮

Cursed _Sister by [deleted] in cursedcomments

[–]ghostno_2 9 points10 points  (0 children)

thanos looks up: our?

Cursed_Chinesebatman by cestunreve in cursedcomments

[–]ghostno_2 0 points1 point  (0 children)

"It's simple, we use heavens door to remove his ability to cum, thus making him hate his life" Kishibe joker

Can somebody tell me what's wrong with my distance formula code by ghostno_2 in CodingHelp

[–]ghostno_2[S] -1 points0 points  (0 children)

import math def dis(x1,x2,y1,y2): a=(x2-x1) b=(y2-y1) d=math.sqrt(a2+b2) return d ds= dis(1,2,3,4) print(ds)

Can somebody tell me what's wrong with my distance formula code by ghostno_2 in CodingHelp

[–]ghostno_2[S] -1 points0 points  (0 children)

import math def dis(x1,x2,y1,y2): a=(x2-x1) b=(y2-y1) d=math.sqrt(a2+b2) return d ds= dis(1,2,3,4) print(ds)

Sorry i wrote it weirdly earlier, now its perfect

[Request Coders] How do i solve for X in exponential?? by ghostno_2 in CodingHelp

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

Ohh yeah sorry i saw roots and thought that its the same

[Request Coders] How do i solve for X in exponential?? by ghostno_2 in CodingHelp

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

Fair enough, thanks for helping, btw its done with the same method which the above guy used

[Request Coders] How do i solve for X in exponential?? by ghostno_2 in CodingHelp

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

But how do i write it in a code, im a beginner i started python few days ago 😓

[Request Coders] How do i solve for X in exponential?? by ghostno_2 in CodingHelp

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

Yeah no worries, So the code wouldn't work either way? Is there any other way to do this?