Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2287 Lượt xem

Pls am new to odoo and not that skill to use the studio, can you recommend some pls.
I am trying to have a GUI in odoo that can do the difference between two numbers and download just the difference.
Your input and recommendation is much appreciated.

num1 = float (input ('Enter first number:'))
num2 = float (input ('Enter second number:'))
diff = abs (num1 - num2)
print ('The difference between numbers =', diff)

This is what am trying to achieve.

Thank you.

Ảnh đại diện
Huỷ bỏ

Could you provide some more information (screenshots of what you want to compare)

Because from your question I would suggest to just use a calculator.

Bài viết liên quan Trả lời Lượt xem Hoạt động
8
thg 4 20
4704
3
thg 11 21
26131
0
thg 3 15
5383
0
thg 7 24
1106
0
thg 2 24
1332