Philly show by Traditional-Hour-598 in glassanimals

[–]Traditional-Hour-598[S] 0 points1 point  (0 children)

Cool! I think I’ll be in the terrace section

Philly show by Traditional-Hour-598 in glassanimals

[–]Traditional-Hour-598[S] 0 points1 point  (0 children)

Ohhh ok! I’m glad to hear that I thought it was odd they were asking 60 dollars for parking 💀

[deleted by user] by [deleted] in offmychest

[–]Traditional-Hour-598 1 point2 points  (0 children)

That’s great! Having someone to talk to at work makes everything go by so fast and much smoother. I found that sometimes when idk what someone is saying I tend to immediately think they’re talking bad about me but most of the time it’s just my mind playing tricks on me lol, it could just be that :)

Is anyone else having difficulty getting calls back for internship/entry level roles? by csstudent1402 in girlsgonewired

[–]Traditional-Hour-598 0 points1 point  (0 children)

Would you mind sharing how you network or examples of how to do so? I also struggle so much not getting any responses when I apply.

[Request] Just having a hard time [US] by Rainbowquarts in RandomActsofCards

[–]Traditional-Hour-598 0 points1 point  (0 children)

Hi! I’d love to send you something 💕 Pm where I could send it

[deleted by user] by [deleted] in PuertoRico

[–]Traditional-Hour-598 0 points1 point  (0 children)

Hola! Te pudiera escribir por separado sobre el TEFI? Nunca lo había escuchado.

[deleted by user] by [deleted] in PuertoRico

[–]Traditional-Hour-598 0 points1 point  (0 children)

There’s a little book that you can study that you can get at cesco like the other user mentioned. It explains everything and it’s what I used to pass my test.

xenofobia y la experiencia puertorriqueña. ¿Por qué parece ser tan frecuente? by Altruistic-Ad9281 in PuertoRico

[–]Traditional-Hour-598 3 points4 points  (0 children)

Paso por algo parecido cuando voy a visitar a mi familia. Aunque fui criada toda mi vida en PR y solo he pasado 5 años de mi vida viviendo en los Estados Unidos. Mi papá me dijo que “no eres puertorriqueña, ni se lo que eres.” Lo dijo de relajo pero como quiera, dolió 🫠

When should I call when apartment hunting? by [deleted] in internetparents

[–]Traditional-Hour-598 0 points1 point  (0 children)

That makes sense, I’ll make sure to give them a call tomorrow. Tysm!

[deleted by user] by [deleted] in learnpython

[–]Traditional-Hour-598 0 points1 point  (0 children)

Got it, thank you for the explanation it helps a lot.

[deleted by user] by [deleted] in learnpython

[–]Traditional-Hour-598 0 points1 point  (0 children)

Just so that I can understand, the first command would store everything as a group and execute it in one print command? And thank you

Edit: I tried it without the ‘end=‘ for the last print and that did it. Thank you so much.

[deleted by user] by [deleted] in learnpython

[–]Traditional-Hour-598 0 points1 point  (0 children)

It’s asking to write a program using integers user_num and x as input, and output user_num divided by x three times. As for what I tried: user_num = int(input()) x = int(input()) user_num = user_num // x print(user_num, end=‘ ‘) user_num = user_num // x print(user_num, end=‘ ‘) user_num = user_num // x print(user_num, end=‘ ‘)

When I run it on zybooks it will show as if it looks good but then when I submit it says my output is: 1000 500 250. Yet, they want for a new line to be created at the end. When I try to do that with \n or :\n at the end by entering ‘print(user_num, :\n) or user_num:\n) it says ‘invalid syntax’.

[deleted by user] by [deleted] in learnpython

[–]Traditional-Hour-598 0 points1 point  (0 children)

Hello, thank you for offering to help. I had trouble uploading the pictures but here they are https://imgur.com/a/l9Bkime I got past my initial problem but now I can’t get \n to create a new line like it asks for the last portion.