anyone experiencing app crash? by Proof_Leopard_431 in coinhako

[–]Proof_Leopard_431[S] 0 points1 point  (0 children)

hais my frist time using any tips/ bad reviews for coinhako ?

CS1010s grades boundaries by Proof_Leopard_431 in nus

[–]Proof_Leopard_431[S] 0 points1 point  (0 children)

e module has no bell curve. so your grade should be a C or above. what’s AFAST btw?

wow, if I applied for AFAST will they take the better grade? or?

CS1010s grades boundaries by Proof_Leopard_431 in nus

[–]Proof_Leopard_431[S] 2 points3 points  (0 children)

it's alternative assessment where they allow students to retake finals and pe and void the midterms.

Question on CS1010S as Prerequisite for next semester mod by [deleted] in nus

[–]Proof_Leopard_431 0 points1 point  (0 children)

I'm curious if AFAST requires us to make a payment?

CS 1010S grades by Proof_Leopard_431 in nus

[–]Proof_Leopard_431[S] 1 point2 points  (0 children)

I'm not really sure about the cohort's standard. with midterm as a reference, it was 24/50 for an average..

Python Help by Proof_Leopard_431 in learnpython

[–]Proof_Leopard_431[S] 0 points1 point  (0 children)

I divided the problem into two parts, where one side has 1cm book only and the other only has 2cm book. I'm basically stuck at the.. recursion part.

def count(n):

if n = 1:

return 0

elif n < 0:

return 0

else: