mirror of
https://github.com/Vale54321/BigData.git
synced 2025-12-11 09:59:33 +01:00
10 lines
133 B
Python
10 lines
133 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Fri Oct 24 10:07:34 2025
|
|
|
|
@author: heiserervalentin
|
|
"""
|
|
|
|
c = 0
|
|
print(c) |