Post

@PythonPr The output is 44444, because a is string while b is converted to integer.
English

@PythonPr 4 , 5 times. I guess I'm learning something I'm getting some of these right.
English

@PythonPr 44444 is actually correct.
My previous reply was not correct.
x.com/i/status/20454…
IrisTech@IrisTechss
@PythonPr aaaaa is the output
English

@PythonPr In c, the string a is repeated 5 times (the int of b). So, 44444
English

@PythonPr Out put is 44444
Because
a="4"
b="5"
a&b both are string but b is converted to int using type casting (int(b)),
c=a*int(b)
Print(c) it's print 4 five times
English

Venture capital has disrupted every industry except itself.
My new book is an attempt to fix that.
Venture Capital Without Unicorns diagnoses why the model fails most founders, most LPs, and most of the economy, then lays out a specific structural redesign that plugs into today's ecosystem. The contract, the simulators, and the accounting work are all open source.
Out now: a.co/d/00hpf7ss
English



































