ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
How basic was your calculator?
I can tell your videos are best content in youtube
we can solve the double digit issue and use for loop by implementing current_number = currrent_number*10+int(c) if c is a number
Personally I used stacks within stack to represent the (....) and when I come across the ")" I evaluate the last stack and append the result to the previous stack and keep doing it
How basic was your calculator?
I can tell your videos are best content in youtube
we can solve the double digit issue and use for loop by implementing current_number = currrent_number*10+int(c) if c is a number
Personally I used stacks within stack to represent the (....) and when I come across the ")" I evaluate the last stack and append the result to the previous stack and keep doing it