def get(self){
n=self.get.request(n,0)
n=n and int(n)
self.render(fizzbuzz.html,n=n)
}
In this what is the meaning of line n=n and int(n)
this is lines of codes are took from udacity cs253 course. and yes can u also suggest me any similar course but an updated because cs 253 is way to old...