*** shmohamud has quit (Remote host closed the connection) | 00:19 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 00:27 | |
*** svaye has quit (Remote host closed the connection) | 11:47 | |
*** jelkner has quit (Quit: Leaving) | 12:09 | |
*** svaye has quit (Remote host closed the connection) | 12:10 | |
scooper | ACTION coming back at 9:30pm my time.... | 21:14 |
---|---|---|
scooper | Hello Shmohamud | 21:29 |
scooper | how was work today??? | 21:29 |
shmohamud | Hi Scooper | 21:29 |
shmohamud | I'm finishing up one last thing. Can we connect in 10-15m? | 21:29 |
scooper | ok | 21:29 |
shmohamud | Think of questions for me | 21:29 |
*** scooper has quit (Ping timeout: 480 seconds) | 21:40 | |
scooper | Are you ready now?? | 21:40 |
shmohamud | almost | 21:45 |
shmohamud | im sorry im on a work call | 21:45 |
shmohamud | 2m | 21:47 |
scooper | ok | 21:47 |
shmohamud | Hey Scooper | 21:49 |
shmohamud | Sorry about that | 21:49 |
shmohamud | So, are you ready for today's lesson? | 21:49 |
shmohamud | declare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}" | 21:50 |
sysadmin_ | I m still here | 21:53 |
sysadmin_ | nick scooper | 21:53 |
shmohamud | ok | 21:55 |
sysadmin_ | back now?? | 21:55 |
shmohamud | yes did you get the question I posed? | 21:55 |
shmohamud | declare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}" | 21:56 |
sysadmin_ | yes it in my github | 21:56 |
sysadmin_ | https://github.com/Spencerscooper/Fullstackroadmap/commit/eb0ff5cdd4223b03fc1d91fbcb486785f344a99b | 21:56 |
*** scooper has quit (Ping timeout: 480 seconds) | 21:56 | |
sysadmin_ | nick scooper | 21:57 |
scooper | Sahnun that is the link to my question... it is the last line in my code.... | 21:57 |
scooper | yes | 21:58 |
scooper | I got the question | 21:58 |
shmohamud | Ok, let me review | 21:59 |
shmohamud | great job with the hello_world function. Perfect | 22:05 |
shmohamud | Good question | 22:05 |
scooper | https://github.com/Spencerscooper/Fullstackroadmap/commit/619e8c0d5630720f12addb7ecad9abf4dabc8b9b | 22:07 |
scooper | sorry I was working on the task you give me... | 22:08 |
shmohamud | startswith and endswith are not operators , they are string methods. The only comparison operators are the ones you listed. | 22:08 |
shmohamud | https://www.w3schools.com/python/python_ref_string.asp | 22:09 |
shmohamud | are you following so far? | 22:11 |
scooper | yes I m | 22:11 |
shmohamud | Ok good. | 22:11 |
shmohamud | Question: declare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}" | 22:11 |
scooper | I did it already Sahnun | 22:12 |
scooper | I pasted the link here..... | 22:12 |
scooper | Did you see my answer Sahnun??? | 22:13 |
scooper | Are you still there Sahnun??? | 22:15 |
shmohamud | yes | 22:22 |
shmohamud | I'm here looking at your solution, my sister called me and I needed to take care of something | 22:22 |
scooper | OK | 22:23 |
scooper | Should I wait??? | 22:23 |
shmohamud | Good work, the solution executes as expected | 22:26 |
shmohamud | Do you have any python questions for me? | 22:26 |
scooper | hmmm let me think... | 22:28 |
scooper | should are post my question here or in the github??? | 22:30 |
scooper | Should I post my question in here or in the github | 22:30 |
shmohamud | Github - just for practice sake | 22:30 |
shmohamud | please share the link when you're ready | 22:35 |
scooper | hmmm | 22:37 |
scooper | the question not coming | 22:37 |
scooper | I think I will do it anther time.... | 22:37 |
shmohamud | Ok, question: write a program that takes in an array of integers and prints out each integer squared (to the second power). | 22:38 |
scooper | Any my question was about compiled and interreted..... I will ask you later | 22:38 |
shmohamud | Ok, let's save that for when the question is full formed | 22:38 |
scooper | array is javascript oo list is python... which one Sahnun | 22:39 |
shmohamud | good point. I meant List because I want it in python and don't want to import a library to support arrays | 22:40 |
scooper | ok I m on it | 22:41 |
scooper | Sahnun | 22:54 |
scooper | is the program accepting user input?? | 22:54 |
shmohamud | nope | 22:54 |
scooper | numbers = [1, 2, 3, 4, 5] | 23:02 |
scooper | for number in numbers: | 23:02 |
scooper | square = number ** 2 | 23:02 |
scooper | print(f"The square of\t {number} \t {square}") | 23:02 |
scooper | Sahnun are you still there | 23:03 |
shmohamud | yes | 23:03 |
shmohamud | reviewing your solution | 23:03 |
scooper | it 11:03pm on my end | 23:03 |
shmohamud | ok | 23:04 |
shmohamud | you did great, exactly what I was looking for. | 23:04 |
shmohamud | You've come a long way, let's end with this for today | 23:04 |
scooper | any feed on the answer | 23:04 |
scooper | thanks I trying to adjust with this new time... | 23:05 |
shmohamud | Nope, I would maybe change the print statement to include "The square of \t {number} is \t {square}") | 23:05 |
scooper | Normally I m not use to being up late because of the time I can wake up | 23:05 |
shmohamud | Otherwise, perfect, my feedback is to continue doing a great job. | 23:06 |
shmohamud | I understand, get some sleep and hopefully we can make this time continue working | 23:06 |
scooper | What time is it on your side??? | 23:06 |
scooper | ok good night from my end.... | 23:06 |
shmohamud | 6:06pm | 23:06 |
shmohamud | Goodnight my friend. | 23:07 |
scooper | ACTION signing out still tomorrow | 23:07 |
scooper | good night Sahnun | 23:07 |
*** scooper has quit (Quit: Leaving) | 23:07 | |
*** shmohamud has quit (Remote host closed the connection) | 23:09 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 23:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!