- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindowsDiagnostics.py
More file actions
Latest commit
23 lines (21 loc) · 503 Bytes
/
Copy pathwindowsDiagnostics.py
File metadata and controls
23 lines (21 loc) · 503 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# =============================
# Author --> devMen
# Date created --> XX/XX/2021
# Last modified --> XX/XX/2021
# Version --> Python 3.8.5
# =============================
'''
este programa es un meme
'''
# =============================
# Imports
importtime
# =============================
defWindows_Diagnostics():
print('Looking for problems')
time.sleep(20000)
print('Unable to fix the issue.')
if__name__=='__main__':
Windows_Diagnostics()