[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Hi, I'm pretty dumb and studying in an unrelated field,

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 9
Thread images: 2

File: Coding.png (65KB, 1432x369px) Image search: [Google]
Coding.png
65KB, 1432x369px
Hi, I'm pretty dumb and studying in an unrelated field, but we have to do some coding. The code doesn't have to efficient, just to work.
Here I have to display a list of numbers, from the smallest to the biggest, but I can't make it work. When I put numbers in the inputs it only prints the first number and then stops. When I write them on the terminal on the right it just writes them like this 1,4,3=>(1, 4, 3). What am I doing wrong?
>>
try

if x<=y && x<=z && y<=z
>>
>>335572
Tried, it always prints the first line and then nothing
>>
I tried writing it THE SAME FUCKING WAY in another page and it worked
Wtf?
>>
>>335565
>When I put numbers in the inputs it only prints the first number and then stops.
AFAIK they need to be in a continuous loop.
Use "while" loop

var = 1
while var == 1 : #This constructs an infinite loop
>>
>>335589
Thank you, but I solved it. I still don't know what was wrong. I wrote it on another page and it worked. Pic related, I used 3 random numbers
>>
Dont forget the brackets ^^ that was the problem
>>
>>335565

The way it is written there the print command only gets the first variable, then come two completely unrelated
variable callings that do absolutely nothing.
print needs to be shown that all of them are to be printed, e.g. print(x,y)
>>
>>335709
I dunno why the other guys even responded. I'm not OP but thanks for being competent.
Thread posts: 9
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.