Get a dedicated server with 6-10gb RAM, which might be able to run a lot, while staying up with no lag.
It depends on what you're researching for.
Answer:
The code is given below
hours = int(input("Enter time in hour: "))
minutes = int(input("Enter time in minute: "))
total time = (hours * 60) + (minutes + 15
)
total hours = int(total minutes / 60)
minutes = total hours/ 60
print("Hours: " + str(hours))
print("Minutes: " + str(minutes))
Answer:
Following are the required components of a database function :-
- Software
- Data
- Hardware
- Procedures
- Data Manager
- Database Access language
- Query processor
hope it helps!