LAB 3 Leave a reply Lab 3 involved us completing the string and console output tutorial as well as the date and time tutorial. We were informed about strings which letters, numbers or symbols. Strings are used to preform specific task. We practiced len() which gives you the length of characters in you string, lower() makes the string lower case and upper() makes the string upper case. We also learned about concatenation which is when strings are combined with a + symbol in between them. Spaces play a big role in concatenation because if they are not used in the correct spots the result would not come out to what you were hoping for. The second part of the tutorial was date and time which was interesting since it gave me the exact time with milliseconds. Throughout the tutorial we learn how to just pick out specific parts of the date and time.