Answer the question
In order to leave comments, you need to log in
How to adapt a line of code from C# to Python?
How to adapt this line of code
num4 = (int)Math.Round(unchecked(Conversions.ToDouble(Conversion.Oct(Strings.Asc(Conversions.ToString(num4))) + Conversion.Oct(Strings.Asc(@string))) + 666.0));
num4 = int(round(float(oct(ord(str(num4))) + oct(ord(string))) + 666.0))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question