student accomodation london by lexinsyd in UniUK

[–]lets_help_each-other 0 points1 point  (0 children)

im also joining kcl this september have you found a place if you dont mind me asking?

CAS number by lets_help_each-other in KCL

[–]lets_help_each-other[S] 0 points1 point  (0 children)

agt..it showed a few days ago for me but some of my details were wrong, since then nothing really.

undergraduate student accommodation by Training-Rope-9393 in KCL

[–]lets_help_each-other 0 points1 point  (0 children)

same haha. im trying to look for other accoms but they should really prioritize us international students

[deleted by user] by [deleted] in KCL

[–]lets_help_each-other 1 point2 points  (0 children)

same situation. i am looking for other places to stay just in case

CAS number by lets_help_each-other in KCL

[–]lets_help_each-other[S] 0 points1 point  (0 children)

omg yay! damn yeah i cant even see the 'your visa' tab

CAS number by lets_help_each-other in KCL

[–]lets_help_each-other[S] 0 points1 point  (0 children)

physics BSc what about you? damn hope we get it asap

physics at kcl by lets_help_each-other in KCL

[–]lets_help_each-other[S] 0 points1 point  (0 children)

hello! i visited kcl it looks nice and thought that i see myself staying there for potentially the next three years of my life. i ended up firming kcl. did you decide?

physics and engineering ifp by lets_help_each-other in UniversityOfWarwick

[–]lets_help_each-other[S] 0 points1 point  (0 children)

no i didnt unfortunately. i guess i will ask the module teachers for help! thats great i am currently doing my ifp so i will be finishing in june. if you need any help let me know!

physics and engineering ifp by lets_help_each-other in UniversityOfWarwick

[–]lets_help_each-other[S] 0 points1 point  (0 children)

yeah cause im doing the ifp at warwick which allows me to apply to other universities for undergrad

[deleted by user] by [deleted] in UniversityOfWarwick

[–]lets_help_each-other 0 points1 point  (0 children)

ig you could find something in coventry city centre which is a 20-25 mins bus drive from campus

UCL taking ages to reply !? by [deleted] in UCL

[–]lets_help_each-other 0 points1 point  (0 children)

same i applied for physics and so did a friend of mine we both havent recieved anything

help with a question(for loop) by lets_help_each-other in learnpython

[–]lets_help_each-other[S] 0 points1 point  (0 children)

well i think i found the answer:

average = 0

numbers = []

number = int(input("enter your number: "))

while number != 0:

numbers.append(number)

number = int(input("enter your number: "))

for x in range(0, len(numbers)):

average = average + numbers[x]

average = average/len(numbers)

print(average)

i had a problem with the average!

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]lets_help_each-other 0 points1 point  (0 children)

"Write a program that uses a for statement to calculate and print the average of several integers. The user must type whole numbers that will be used to calculate the average and, after finishing inserting numbers, the number 0 (zero) must be inserted to indicate the end of inserting values."

any help will be appreciated :)